Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
14
-
None
-
None
Description
M2Eclipse complains:
[WARN] Failed to retrieve plugin descriptor for Plugin [org.apache.maven.plugins:maven-idea-plugin]: null
[WARN] Some problems were encountered while building the effective model for commons-io:commons-io:jar:2.0-SNAPSHOT
[WARN] 'build.plugins.plugin.version' is missing for org.apache.maven.plugins:maven-idea-plugin @ commons-io:commons-io:2.0-SNAPSHOT ...
This appears to be because the plugin version is not defined in the parent POM.
[In fact there is no groupId for it either]
Does the IDEA plugin even belong in the parent POM?
If so, what version should be used?