[jboss-dev-forums] [Design of JBoss Build System] - Re: Moving jbossas to a maven repo for thirdparty

pgier do-not-reply at jboss.com
Thu Mar 6 18:48:38 EST 2008


Just wanted to give an update on the progress of this.  I have most of the thirdparty repo generated, now I'm trying to build against the maven generated thirdparty directory.  And I'm still finding some things that don't match.

I think that by mid next week, I should have it all working.  My plan is to change the main build script to call my maven thirdparty build instead of the current build-thirdparty.xml.  Then the ant script won't be needed any more.  At this point build-thirdparty.xml should no longer be maintained, and in order to update dependency versions everyone will have to update the parent pom and/or the thirdparty/pom.xml.

Instead of modifying the build scripts to point to "target", I discussed with Rajesh and it seems like it will be better just to generate the thirdparty output directly to the thirdparty directory and overwrite what is there now.  This way the only modification needed to the build.xml files is to turn on "inhibit.downloads".  And then make the call to thirdparty "mvn package" automatic just for convenience.

Does this sound reasonable?




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

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



More information about the jboss-dev-forums mailing list