[jboss-dev] Mavenizing Thirdparty

Paul Gier pgier at redhat.com
Thu Apr 10 10:01:21 EDT 2008


If you remove the dependency that should work fine.  The thirdparty build will 
still pick it up as a transitive dependency.  Just make sure you leave the 
dependency mapping plugin configuration there so that the jars go to the right 
place.

Scott Stark wrote:
> How are transitive dependencies handled in the thirdparty build? Carlo 
> says the jboss-ejb3-interceptors should be coming in as a transitive 
> dependency of jboss-ejb3-core rather than specified in the 
> jbossas/component-matrix/pom.xml as is done now:
> 
>      <dependency>
>        <groupId>org.jboss.ejb3</groupId>
>        <artifactId>jboss-ejb3-interceptors</artifactId>
>        <version>0.12.0</version>
>        <exclusions>
>          <exclusion>
>            <groupId>org.jboss</groupId>
>            <artifactId>jboss-metadata</artifactId>
>          </exclusion>
>        </exclusions>
>      </dependency>
> 
> 
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development




More information about the jboss-development mailing list