Skip to content

Commit 471922b

Browse files
authored
Remove taglist/jxr/checkstyle/surefire/pmd-reports (#523)
* Remove taglist/jxr/checkstyle/surefire-reports closes #319 closes #320 closes #321 closes #322 * Also remove PMD reports
1 parent a169f3e commit 471922b

1 file changed

Lines changed: 0 additions & 96 deletions

File tree

pom.xml

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,102 +1541,6 @@ under the License.</licenseText>
15411541
<groupId>org.apache.maven.plugins</groupId>
15421542
<artifactId>maven-project-info-reports-plugin</artifactId>
15431543
</plugin>
1544-
<plugin>
1545-
<groupId>org.apache.maven.plugins</groupId>
1546-
<artifactId>maven-surefire-report-plugin</artifactId>
1547-
<configuration>
1548-
<alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport>
1549-
<alwaysGenerateFailsafeReport>false</alwaysGenerateFailsafeReport>
1550-
</configuration>
1551-
</plugin>
1552-
<plugin>
1553-
<groupId>org.apache.maven.plugins</groupId>
1554-
<artifactId>maven-checkstyle-plugin</artifactId>
1555-
<reportSets>
1556-
<reportSet>
1557-
<id>default</id>
1558-
<reports>
1559-
<report>checkstyle</report>
1560-
</reports>
1561-
</reportSet>
1562-
</reportSets>
1563-
</plugin>
1564-
<plugin>
1565-
<groupId>org.apache.maven.plugins</groupId>
1566-
<artifactId>maven-pmd-plugin</artifactId>
1567-
<configuration>
1568-
<skipEmptyReport>true</skipEmptyReport>
1569-
</configuration>
1570-
<reportSets>
1571-
<reportSet>
1572-
<id>default</id>
1573-
<reports>
1574-
<report>cpd</report>
1575-
<report>pmd</report>
1576-
</reports>
1577-
</reportSet>
1578-
</reportSets>
1579-
</plugin>
1580-
<plugin>
1581-
<groupId>org.apache.maven.plugins</groupId>
1582-
<artifactId>maven-jxr-plugin</artifactId>
1583-
<reportSets>
1584-
<reportSet>
1585-
<id>default</id>
1586-
<reports>
1587-
<report>jxr</report>
1588-
<report>test-jxr</report>
1589-
</reports>
1590-
</reportSet>
1591-
</reportSets>
1592-
</plugin>
1593-
<!-- Taglist Plugin must be executed after JXR Plugin -->
1594-
<plugin>
1595-
<groupId>org.codehaus.mojo</groupId>
1596-
<artifactId>taglist-maven-plugin</artifactId>
1597-
<configuration>
1598-
<skipEmptyReport>true</skipEmptyReport>
1599-
<tagListOptions>
1600-
<tagClasses>
1601-
<tagClass>
1602-
<displayName>FIXME Work</displayName>
1603-
<tags>
1604-
<tag>
1605-
<matchString>fixme</matchString>
1606-
<matchType>ignoreCase</matchType>
1607-
</tag>
1608-
<tag>
1609-
<matchString>@fixme</matchString>
1610-
<matchType>ignoreCase</matchType>
1611-
</tag>
1612-
</tags>
1613-
</tagClass>
1614-
<tagClass>
1615-
<displayName>Todo Work</displayName>
1616-
<tags>
1617-
<tag>
1618-
<matchString>todo</matchString>
1619-
<matchType>ignoreCase</matchType>
1620-
</tag>
1621-
<tag>
1622-
<matchString>@todo</matchString>
1623-
<matchType>ignoreCase</matchType>
1624-
</tag>
1625-
</tags>
1626-
</tagClass>
1627-
<tagClass>
1628-
<displayName>Deprecated Work</displayName>
1629-
<tags>
1630-
<tag>
1631-
<matchString>@deprecated</matchString>
1632-
<matchType>ignoreCase</matchType>
1633-
</tag>
1634-
</tags>
1635-
</tagClass>
1636-
</tagClasses>
1637-
</tagListOptions>
1638-
</configuration>
1639-
</plugin>
16401544
<plugin>
16411545
<groupId>org.apache.maven.plugins</groupId>
16421546
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)