jvanzyl wrote:
Author: jvanzyl
Date: Mon Nov 24 23:11:35 2008
New Revision: 720432
URL: http://svn.apache.org/viewvc?rev=720432&view=rev
Log:
o primarily refactoring in part for the preparation making room for mercury and
processing events from maven-shared-model
o add plexus component descriptor generation to the bootstrap so we can start
removing the hand-written descriptors and start
using annotations everywhere
+ <dependency>
+ <groupId>org.sonatype.plexus</groupId>
+ <artifactId>plexus-plugin-manager</artifactId>
+ </dependency>
Trying to build trunk:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.sonatype.plexus:plexus-plugin-manager:jar:1.0-SNAPSHOT
[...]
Path to dependency:
1) org.apache.maven:maven-core:jar:3.0-SNAPSHOT
2) org.sonatype.plexus:plexus-plugin-manager:jar:1.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.maven:maven-core:jar:3.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus.snapshots (http://snapshots.repository.codehaus.org/),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/)
Trying to build plexus-plugin-manager:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
2) org.apache.maven.mercury:mercury-plexus:jar:1.0.0-alpha-2-SNAPSHOT
[...]
Path to dependency:
1) org.sonatype.plexus:plexus-plugin-manager:jar:1.0-SNAPSHOT
2) org.apache.maven.mercury:mercury-plexus:jar:1.0.0-alpha-2-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
org.sonatype.plexus:plexus-plugin-manager:jar:1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
Trying to build mercury:
Failed tests:
testSingleVersionResolution(org.apache.maven.mercury.metadata.sat.DefaultSatSolverTest)
testStrictRangeResolution(org.apache.maven.mercury.metadata.sat.DefaultSatSolverTest)
Tests run: 21, Failures: 2, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
M:\maven\mercury\mercury-md\mercury-md-sat\target\surefire-reports for the
individual test results.
...
Benjamin
P.S.: Will plexus-plugin-manager be writable to Maven committers? What's
the license?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]