You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/05 06:50:23 UTC

svn commit: r399960 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: brett
Date: Thu May  4 21:50:22 2006
New Revision: 399960

URL: http://svn.apache.org/viewcvs?rev=399960&view=rev
Log:
put back writer

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=399960&r1=399959&r2=399960&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu May  4 21:50:22 2006
@@ -19,6 +19,7 @@
             <id>descriptor</id>
             <goals>
               <goal>xpp3-reader</goal>
+              <goal>xpp3-writer</goal>
               <goal>java</goal>
               <goal>xsd</goal>
             </goals>