Merge pull request #11680 from jetty/fix/jetty-12-duplicate-plugin-warning
Fix Maven warning about missing duplicate-finder-maven-plugin version
This commit is contained in:
commit
b292a312a8
6
pom.xml
6
pom.xml
|
@ -1904,6 +1904,11 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.basepom.maven</groupId>
|
||||||
|
<artifactId>duplicate-finder-maven-plugin</artifactId>
|
||||||
|
<version>2.0.0</version>
|
||||||
|
</plugin>
|
||||||
<!-- Build helper maven plugin sets the parsedVersion.osgiVersion property -->
|
<!-- Build helper maven plugin sets the parsedVersion.osgiVersion property -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
@ -2329,7 +2334,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.basepom.maven</groupId>
|
<groupId>org.basepom.maven</groupId>
|
||||||
<artifactId>duplicate-finder-maven-plugin</artifactId>
|
<artifactId>duplicate-finder-maven-plugin</artifactId>
|
||||||
<version>2.0.0</version>
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>default</id>
|
<id>default</id>
|
||||||
|
|
Loading…
Reference in New Issue