This plugin enables integration between projects using ant/buildmagic and projects using maven.maven
Sample usage(from pom.xml of hornetq project):ui
|
% mvn initialize -Dintegrated-build |
It will generate jars and entries in libraries.ent like the below:spa
|
< property name = "org.jboss.root" value = "${project.thirdparty}/org/jboss" /> |
|
< property name = "org.jboss.lib" value = "${org.jboss.root}/lib/" /> |
|
< property name = "org.jboss.resources" value = "${org.jboss.root}/resources/" /> |
|
< path id = "org.jboss.classpath" > |
|
< pathelement path = "${org.jboss.lib}/jboss-common-core.jar" /> |