[jboss-dev-forums] [Design of JBoss Build System] - JBoss/JCA Maven Build
weston.price@jboss.com
do-not-reply at jboss.com
Sat Mar 3 22:58:35 EST 2007
The next rev of JBoss/JCA should use Maven for it's build system. I have created a new project structure based on Maven using the parent/child POM relationship as:
| jboss-jca
| -->pom.xml
| -->core
| -->pom.xml
| -->src
| -->adapter
| -->pom.xml
| -->src
|
This is fine and I am able to fetch my dependencies from our repository, compile, etc. However, I am starting to run into problems when wanting to construct multiple JAR(s) from a single project (pom.xml). I simply want to split the artifacts of core into multiple artificacts ie
| jboss-jca-spi.jar
| jboss-jca-plugin.jar
|
Since I have a dependency on the MC and I want the new JCA stuff to be a top level project in JBossSVN, could we use the new JCA stuff as testbed for the new build/plugin process? It would seem to make some sense as this is a fundamental piece of JBoss5 that is going to be ripped out and made a standalone module much in the same manner of messaging, aop etc.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024892#4024892
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024892
More information about the jboss-dev-forums
mailing list