do not show touchstone plugins in our reports

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-01-30 22:21:52 +00:00
parent db35224f91
commit ad99c9638e

View File

@ -48,4 +48,11 @@
<postGoal name="site">
<ant:move file="${maven.docs.dest}/projects-overview.html" tofile="${maven.docs.dest}/index.html"/>
</postGoal>
<!-- We don't want to publish information about touchstone plugins -->
<preGoal name="multiproject:projects-init">
<maven:set plugin="maven-multiproject-plugin" property="maven.multiproject.excludes" value="${maven.multiproject.excludes},touchstone/project.xml,touchstone-partner/project.xml"/>
</preGoal>
<preGoal name="multichanges:init">
<maven:set plugin="maven-multichanges-plugin" property="maven.multichanges.excludes" value="${maven.multichanges.excludes},touchstone/project.xml,touchstone-partner/project.xml"/>
</preGoal>
</project>