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:
parent
db35224f91
commit
ad99c9638e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user