[jboss-dev-forums] [Design of JBoss Build System] - Incremental changes and building AS trunk
jaikiran
do-not-reply at jboss.com
Mon Jun 22 08:39:39 EDT 2009
I was recently trying a few things on AS trunk which now has the Maven builds. Initially i triggered a
mvn clean install
and generated the AS jboss6Alpha. Then while working on a few changes, i updated the versions of some components in the component-matrix pom.xml and triggered a
mvn install
However the AS jboss6Alpha still contained the old versions of the components. I had to delete the entire output/jboss6Alpha (or i think run a mvn clean install, don't remember which of these two fixed it) for the changes to be reflected. Is this expected?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239073#4239073
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239073
More information about the jboss-dev-forums
mailing list