[jboss-dev-forums] [Design of JBoss Build System] - Re: Dependencies via jboss-as-thirdparty
pgier
do-not-reply at jboss.com
Wed Nov 5 13:18:57 EST 2008
Ok, so the real solution I think is to add the jboss-packaging plugin to your pom.
| <plugin>
| <groupId>org.codehaus.mojo</groupId>
| <artifactId>jboss-packaging-maven-plugin</artifactId>
| <version>2.0-beta-1</version>
| <extensions>true</extensions>
| </plugin>
|
I didn't see at first that the two dependencies that it's complaining about are sar files.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187034#4187034
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187034
More information about the jboss-dev-forums
mailing list