We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c33f7 commit 9b65ffdCopy full SHA for 9b65ffd
1 file changed
pom.xml
@@ -125,10 +125,6 @@
125
<reuseForks>false</reuseForks>
126
</configuration>
127
</plugin>
128
- <plugin>
129
- <groupId>org.basepom.maven</groupId>
130
- <artifactId>duplicate-finder-maven-plugin</artifactId>
131
- </plugin>
132
<plugin>
133
<groupId>org.codehaus.mojo</groupId>
134
<artifactId>buildnumber-maven-plugin</artifactId>
@@ -225,6 +221,10 @@
225
221
<groupId>org.apache.maven.plugins</groupId>
226
222
<artifactId>maven-checkstyle-plugin</artifactId>
227
223
224
+ <plugin>
+ <groupId>org.basepom.maven</groupId>
+ <artifactId>duplicate-finder-maven-plugin</artifactId>
+ </plugin>
228
</plugins>
229
</build>
230
</profile>
0 commit comments