[jboss-dev-forums] [Embedded JBoss Development] - Re: Maven JBoss AS Embedded Build
jaikiran
do-not-reply at jboss.com
Sun Nov 29 02:05:50 EST 2009
The "dist-zip" profile is configured in the "build" module of the AS. And looks like there has been a change in the pom.xml of the AS aggregator module: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/tags/JBoss_6_0_0_M1/pom.xml?r1=94042&r2=95686. It no longer includes the "build" module. So effectively, the dist-zip profile is never invoked.
So, "cd" to the "build" folder in the checked out location of AS and run the following command:
mvn clean install -P dist-zip
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267931#4267931
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267931
More information about the jboss-dev-forums
mailing list