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"?