I'm tracking this under http://jira.codehaus.org/browse/MNG-3693
I've already got the fix in place in RC5-snapshot, but it's going to
take a little while to produce a self-contained integration test for it.
-john
Mauro Talevi wrote:
John Casey wrote:
Hi,
I've got a new release candidate for people to try out:
http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC4/org/apache/maven/apache-maven/2.0.10-RC4/
Major changes:
- Bumped wagon version to 1.0-beta-4
- Improved handling of mirror definitions without an <id/> element
The only outstanding potential issue has something to do with the
MJAVADOC-172 and MJAVADOC-194 integration tests, in the
maven-javadoc-plugin. I'm unable to even build this plugin on my
localhost due to unit test failures (even using Maven 2.0.9), so
unfortunately I can't even attempt to figure out what the specific
failure is in these cases.
Hopefully, RC4 will make it possible to distill a failing test case I
can use to fix the issue in the core (if it's in the core).
John,
this RC has a major regression wrt 2.0.9 when building Pico:
To reproduce:
svn co https://svn.codehaus.org/picocontainer/java/2.x/trunk/pico
cd pico
mvn install
You'll see that when it builds the TCK module - whose src is a sub-part
of the core test src - it fails to compile because it cannot find as a
dependency the core which had been previously built, and declared as a
dependency in the parent management section.
I'll see if there is an IT for this scenario (and it not I'll add it),
but I suspect some of the changes in the dependencies resolution will be
at the root.
Cheers
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]