Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0-alpha-4
-
Fix Version/s: None
-
Component/s: go-offline, resolve-plugins
-
Labels:None
-
Environment:Maven 2.0.6
-
Testcase included:yes
-
Number of attachments :
Description
The attached pom.xml is a very simple JAR project, without any direct dependencies or plugin dependencies.
Start with an empty local repository, and run mvn dependency:go-offline on it. Some files get downloaded, but not everything that is needed for the build. If you run "mvn -o package" afterwards, you end up with the following error:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no valid version could be found
Afterwards, even "mvn package" without the "-o" parameter does not work any longer.
Activity
Paul Warren
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | maven-dependency-plugin-2.3.patch [ 56998 ] |
Herve Boutemy
made changes -
| Assignee | Brian Fox [ brianfox ] |
The problem is that the project isn't injected with the plugins from the standard lifecycle. I may have to hard code the standard ones (site,clean,default) until I can figure out how to get at the list directly.