You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/01/30 23:21:56 UTC

svn commit: r373609 - /maven/maven-1/plugins/trunk/maven.xml

Author: aheritier
Date: Mon Jan 30 14:21:52 2006
New Revision: 373609

URL: http://svn.apache.org/viewcvs?rev=373609&view=rev
Log:
do not show touchstone plugins in our reports

Modified:
    maven/maven-1/plugins/trunk/maven.xml

Modified: maven/maven-1/plugins/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/maven.xml?rev=373609&r1=373608&r2=373609&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/maven.xml (original)
+++ maven/maven-1/plugins/trunk/maven.xml Mon Jan 30 14:21:52 2006
@@ -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>