You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/11/11 03:45:23 UTC

svn commit: r1200708 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: tv
Date: Fri Nov 11 02:45:22 2011
New Revision: 1200708

URL: http://svn.apache.org/viewvc?rev=1200708&view=rev
Log:
- Remove assembly descriptors as they are inherited by derived projects
- Remove changes.xml-location override

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1200708&r1=1200707&r2=1200708&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Fri Nov 11 02:45:22 2011
@@ -195,11 +195,6 @@
         <!-- build the source and binary distribution packages -->
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
-          <descriptorRefs>
-            <descriptorRef>bin</descriptorRef>
-            <descriptorRef>project</descriptorRef>
-            <descriptorRef>src</descriptorRef>
-          </descriptorRefs>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>      
@@ -280,9 +275,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.4</version>
-        <configuration>
-          <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
-        </configuration>
         <reportSets>
           <reportSet>
             <reports>