Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Environment:At revision 998131; 1.6.0_21 (32-bit); win7ent-x64
-
Complexity:Intermediate
-
Number of attachments :
Description
1. mvn archetype:create (with your favorite -DgroupId etc)
2. add some non-local dependency to the pom (I used commons-jexl:2.0.1)
3. mvn idea:idea
4. kaboom
The problem is that the Logger is declared as @Requirement but it is evidently not being provided (any path leading to a logging statement yields the NPE)
I regret that I don't know enough plexus-voodoo to even create a TestCase for this.
I can't recreate this error with 3.0-RC1 (https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/)
Can you try to recreate it with that release? Also in your test were you using a clean snapshot build of Maven3 or did you have local changes?