We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc2c2c commit e884b36Copy full SHA for e884b36
pom.xml
@@ -211,23 +211,6 @@
211
<groupId>org.apache.maven.plugins</groupId>
212
<artifactId>maven-javadoc-plugin</artifactId>
213
</plugin>
214
- <plugin>
215
- <groupId>org.apache.maven.plugins</groupId>
216
- <artifactId>maven-changes-plugin</artifactId>
217
- <version>${commons.changes.version}</version>
218
- <configuration>
219
- <issueLinkTemplatePerSystem>
220
- <default>%URL%/%ISSUE%</default>
221
- </issueLinkTemplatePerSystem>
222
- </configuration>
223
- <reportSets>
224
- <reportSet>
225
- <reports>
226
- <report>changes-report</report>
227
- </reports>
228
- </reportSet>
229
- </reportSets>
230
- </plugin>
231
<plugin>
232
<artifactId>maven-pmd-plugin</artifactId>
233
<configuration>
0 commit comments