[jboss-dev] Re: Update to maven 2.0.9
Paul Gier
pgier at redhat.com
Tue Jun 3 19:20:13 EDT 2008
The app server build now requires maven 2.0.9. Hopefully this doesn't break the
build for anyone.
By default the build will use the maven installation in the tools directory. If
you want to use another version of maven (for example 2.0.10-SNAPSHOT) you can
override the default one using the maven.dir property.
./build.sh -Dmaven.dir=/path/to/maven-2.0.10-SNAPSHOT
I also added a check so that if maven fails to build the thirdparty directory
the ant build will immediately fail, instead of failing at a later point when
ant can't find the files it needs.
Paul Gier wrote:
> Hi Everyone,
> Due to some issues with that were found in maven dependency resolution
> prior to version 2.0.9, I'm going to update the app server build to
> require maven 2.0.9 or higher.
>
> Please upgrade to 2.0.9 if you haven't already.
>
> Thanks!
More information about the jboss-development
mailing list