mirror of https://github.com/apache/maven.git
it seems the plugin parent needs to be the same one as in the reactor to build itself.
This is a very isolated case to the plugin plugin - a minor issue will be filed in JIRA git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b8a6247c0b
commit
1f81c64a42
|
@ -2,7 +2,7 @@
|
|||
<parent>
|
||||
<artifactId>maven-plugin-parent</artifactId>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<version>2.0</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue