Skip to content

Commit 1144708

Browse files
committed
Remove redundant reporting plugin with parent POM
1 parent f4d2b39 commit 1144708

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -256,35 +256,6 @@
256256
</build>
257257
<reporting>
258258
<plugins>
259-
<plugin>
260-
<groupId>org.apache.maven.plugins</groupId>
261-
<artifactId>maven-changes-plugin</artifactId>
262-
<version>${commons.changes.version}</version>
263-
<configuration>
264-
<issueLinkTemplatePerSystem>
265-
<default>%URL%/%ISSUE%</default>
266-
</issueLinkTemplatePerSystem>
267-
<!-- Add sample JIRA report - 'mvn changes:jira-report' or 'mvn site' -->
268-
<onlyCurrentVersion>false</onlyCurrentVersion>
269-
<columnNames>Fix Version,Key,Summary,Type,Resolution,Status</columnNames>
270-
<!-- Sort cols have to be reversed in JIRA 4 -->
271-
<sortColumnNames>Key DESC,Type,Fix Version DESC</sortColumnNames>
272-
<resolutionIds>Fixed</resolutionIds>
273-
<statusIds>Resolved,Closed</statusIds>
274-
<!-- Don't include sub-task -->
275-
<typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>
276-
<fixVersionIds>${commons.release.version}</fixVersionIds>
277-
<maxEntries>500</maxEntries>
278-
</configuration>
279-
<reportSets>
280-
<reportSet>
281-
<reports>
282-
<report>changes-report</report>
283-
<report>jira-report</report>
284-
</reports>
285-
</reportSet>
286-
</reportSets>
287-
</plugin>
288259
<plugin>
289260
<artifactId>maven-checkstyle-plugin</artifactId>
290261
<configuration>

0 commit comments

Comments
 (0)