Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: plugin-management
-
Labels:None
Description
When running 'mvn site' on MPIR itself I get the following warnings during the build:
[INFO] Generating "Plugin Management" report. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-clean-plugin:2.2) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-deploy-plugin:2.3) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-gpg-plugin:1.0-alpha-4) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-install-plugin:2.2) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-jar-plugin:2.2) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-javadoc-plugin:2.4) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-release-plugin:2.0-beta-7) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-source-plugin:2.0.4) of type: maven-plugin; constructing POM artifact instead. [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-surefire-plugin:2.4.2) of type: maven-plugin; constructing POM artifact instead.
If there is nothing wrong with the POM or its plugins, there should not be any warnings issued. On the other hand, if there is something wrong, then a hint to how the problem can be solved should be included in the warning.
Issue Links
- is depended upon by
-
ENUNCIATE-486
Warning during build: Attempting to build MavenProject instance for Artifact of type: maven-plugin
-
- relates to
-
MNG-3587
Strange warnings while building a project
-
Using createParentArtifact instead of createPluginArtifact