You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/07/09 23:06:43 UTC

svn commit: r792697 - in /maven/plugins/trunk/maven-site-plugin: pom.xml src/assembly/ src/main/assembly/

Author: dennisl
Date: Thu Jul  9 21:06:43 2009
New Revision: 792697

URL: http://svn.apache.org/viewvc?rev=792697&view=rev
Log:
o Move assembly descriptor to the standard directory.

Added:
    maven/plugins/trunk/maven-site-plugin/src/main/assembly/
      - copied from r790465, maven/plugins/trunk/maven-site-plugin/src/assembly/
Removed:
    maven/plugins/trunk/maven-site-plugin/src/assembly/
Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=792697&r1=792696&r2=792697&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Jul  9 21:06:43 2009
@@ -418,7 +418,7 @@
                 <phase>package</phase>
                 <configuration>
                   <descriptors>
-                   <descriptor>src/assembly/source-release.xml</descriptor>
+                   <descriptor>src/main/assembly/source-release.xml</descriptor>
                   </descriptors>
                   <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>