o MAVEN-290: Don't transform changes.xml normally. Added changes plugin as default

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-02-24 13:06:09 +00:00
parent d163728443
commit f28181ac81

View File

@@ -242,6 +242,7 @@
<exclude name="**/project.xml"/>
<exclude name="**/template.xml"/>
<exclude name="**/navigation.xml"/>
<exclude name="changes.xml"/>
<include name="**/*.xml"/>
</patternset>
</fileset>
@@ -557,6 +558,7 @@
<j:if test="${pom.reports.isEmpty()}">
<attainGoal name="maven-jdepend-plugin:register"/>
<attainGoal name="maven-checkstyle-plugin:register"/>
<attainGoal name="maven-changes-plugin:register"/>
<attainGoal name="maven-changelog-plugin:register"/>
<attainGoal name="maven-developer-activity-plugin:register"/>
<attainGoal name="maven-file-activity-plugin:register"/>