[jboss-dev-forums] [Design of JBoss Build System] - Re: Dependencies via jboss-as-thirdparty

ALRubinger do-not-reply at jboss.com
Wed Nov 5 13:21:43 EST 2008


Paul got me the solution.

Thirdparty POM's parent has:

<plugin>
  |         <groupId>org.codehaus.mojo</groupId>
  |         <artifactId>jboss-packaging-maven-plugin</artifactId>
  |         <version>2.0-beta-1</version>
  |         <extensions>true</extensions>
  |       </plugin>

...which defines the artifact type "jboss-sar".

Hurray.

S,
ALR

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187035#4187035

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187035



More information about the jboss-dev-forums mailing list