Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: unpack-dependencies
-
Labels:None
Description
I encountered the following error when running an "install" on a pom project that where one of the child modules used the "dependency:unpack" goal. I can set up a simple project structure to reproduce if necessary.
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6-SNAPSHOT:attach-descriptor': Unable to find the mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:attach-descriptor' in the plugin 'org.apache.maven.plugins:maven-site-plugin'
Component descriptor cannot be found in the component repository: org.apache.maven.plugin.Mojoorg.apache.maven.plugins:maven-site-plugin:2.0-beta-6-SNAPSHOT:att
ach-descriptor.
-
Hide
- MDEP-113.zip
- 20/Sep/07 11:31 AM
- 269 kB
- Matt Read
-
- dep-problem-child/.classpath 0.4 kB
- dep-problem-child/.project 0.3 kB
- dep-problem-child/pom.xml 2 kB
- dep-problem-child/src/main/.../test/App.java 0.2 kB
- dep-problem-child/src/.../test/AppTest.java 0.6 kB
- dep-problem-child/target/.../test/App.class 0.5 kB
- dep-problem-child/target/.../MANIFEST.MF 0.0 kB
- dep-problem-child/.../AboutDialog$1.class 0.7 kB
- dep-problem-child/.../AboutDialog$2.class 0.6 kB
- dep-problem-child/.../AboutDialog.class 2 kB
- dep-problem-child/target/.../Logo.class 2 kB
- dep-problem-child/.../ProgressBar.class 3 kB
- dep-problem-child/.../TestRunner$1.class 0.7 kB
- dep-problem-child/.../TestRunner$10.class 2 kB
- dep-problem-child/.../TestRunner$2.class 0.6 kB
- dep-problem-child/.../TestRunner$3.class 0.7 kB
- dep-problem-child/.../TestRunner$4.class 0.7 kB
- dep-problem-child/.../TestRunner$5.class 1 kB
- dep-problem-child/.../TestRunner$6.class 0.7 kB
- dep-problem-child/.../TestRunner$7.class 0.7 kB
- dep-problem-child/.../TestRunner$8.class 0.7 kB
- dep-problem-child/.../TestRunner$9.class 0.5 kB
- dep-problem-child/.../TestRunner.class 15 kB
- dep-problem-child/.../ActiveTestSuite$1.class 0.9 kB
- dep-problem-child/.../ActiveTestSuite.class 2 kB
- dep-problem-child/.../ExceptionTestCase.class 1 kB
- dep-problem-child/.../RepeatedTest.class 1 kB
- dep-problem-child/.../TestDecorator.class 1 kB
- dep-problem-child/.../TestSetup$1.class 0.9 kB
- dep-problem-child/target/.../TestSetup.class 1 kB
Issue Links
- relates to
-
MNG-3217
a plugin's dependencies can influence other plugins in a build
-
Activity
I changed the site dependency in the plugin to a newer version and deployed. This should fix your problem for now, but the fact that this is occuring at all means something is wrong with maven. The plugin classpath should not affect the build classpath when executing other things.
Can you try clearing your repo and see if this happens again? I don't believe it has anything directly to do with the dependency plugin. It doesn't use site at all except to generate its own site, but wouldn't be used in your build time.