1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<postGoal name="xdoc:register-reports">
<!--
<attainGoal name="maven-changes-plugin:deregister"/>
<attainGoal name="maven-checkstyle-plugin:deregister"/>
<attainGoal name="maven-developer-activity-plugin:deregister"/>
<attainGoal name="maven-file-activity-plugin:deregister"/>
<attainGoal name="maven-javadoc-plugin:deregister"/>
<attainGoal name="maven-jdepend-plugin:deregister"/>
<attainGoal name="maven-junit-report-plugin:deregister"/>
<attainGoal name="maven-jxr-plugin:deregister"/>
<attainGoal name="maven-license-plugin:deregister"/>
<attainGoal name="maven-linkcheck-plugin:deregister"/>
<attainGoal name="maven-pmd-plugin:deregister"/>
<attainGoal name="maven-tasklist-plugin:deregister"/>
-->
<attainGoal name="maven-checkstyle-plugin:deregister"/>
<attainGoal name="maven-developer-activity-plugin:deregister"/>
<attainGoal name="maven-file-activity-plugin:deregister"/>
<attainGoal name="maven-changelog-plugin:deregister"/>
</postGoal>
|