Maven and Properties

2010-02-28 Thread M Muthukumaran
Hi, I have few properties defined in my settings.xml. I'm using it in my POM's while compiling my code. However when I does the "mvn install" it installs the artifact properly into my repository and it also installs the POM into it. However the resulting POM in my repository is not having the v

Re: [ANN] Maven 2.0.11 Released

2010-02-28 Thread Brett Porter
On 27/02/2010, at 3:40 AM, sebb wrote: > On 26/02/2010, Brett Porter wrote: >> The Apache Maven team would like to announce the release of Maven 2.0.11. >> >> http://maven.apache.org/download.html >> >> This release is intended for all current users of Maven 2.0.10 and below who >> are not a

Re: Build failed in Hudson: maven-3 .0.x-bootstrap ยป 1.5,windows #957

2010-02-28 Thread Benjamin Bentmann
Hi Kristian, CI produced the following error several times now: See [java] Running org.apache.maven.model.interpolation.StringSearchModelInterpolatorTest [java] Tests run: 27, Failures: 0, Errors:

Re: svn commit: r917149 - in /maven/ant-tasks/trunk: ./ src/it/ant-run-plugin-with-ant-1.8.0/ src/main/java/org/apache/maven/artifact/ant/

2010-02-28 Thread Benjamin Bentmann
Author: hboutemy Date: Sun Feb 28 09:41:06 2010 New Revision: 917149 URL: http://svn.apache.org/viewvc?rev=917149&view=rev Log: [MANTTASKS-178] fixed pom properties resolution to be compatible with both Ant 1.6 to 1.7.1 property intercepter API and the new Ant 1.8.0 property delegate API Than