Skip to content

Commit e884b36

Browse files
committed
Remove redundant reporting plugin with parent POM
1 parent acc2c2c commit e884b36

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -211,23 +211,6 @@
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-javadoc-plugin</artifactId>
213213
</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>
231214
<plugin>
232215
<artifactId>maven-pmd-plugin</artifactId>
233216
<configuration>

0 commit comments

Comments
 (0)