mirror of https://github.com/apache/maven.git
Fix plexus-component-metadata plugin version (#229)
A parent POM have it removed, but the plgMgmt does not have this entry of IT project.
This commit is contained in:
parent
1b31813b91
commit
11e8501adb
|
@ -252,6 +252,11 @@ under the License.
|
|||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>${maven-plugin-tools-version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-component-metadata</artifactId>
|
||||
<version>2.1.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue