cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco, maven2 and AMPs.

alexv
Champ in-the-making
Champ in-the-making
Probably it is not the best place to ask about maven2 plugins, however I would be great to here at least anything about the problem.

I need to create AMP and to install it to Alfresco. I did it manually and now I'd like to automate this process using maven. I'm using "maven-alfresco-amp-archetype" together with "maven-amp-plugin" to create AMP and all I want now is to install created AMP into the "alfresco.war". With the help of MMT I'd simply do smth like:

java -jar alfresco-mmt-2.1.0.jar install /root/alfresco-recordsmanagement-2.1.0.amp /usr/jboss-4.0.3SP1/server/default/deploy/alfresco.war

What is the way to do the same thing with "maven-alfresco-amp-archetype"?
1 REPLY 1

monitloth
Champ on-the-rise
Champ on-the-rise
In the build.xml files of the SDK examples, use target integrate-extension and confihure location of the WAR file.