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

svn commit: r1200613 - in /turbine/maven/turbine-parent/trunk: NOTICE.txt pom.xml

Author: sgoeschl
Date: Thu Nov 10 23:04:50 2011
New Revision: 1200613

URL: http://svn.apache.org/viewvc?rev=1200613&view=rev
Log:
Added missing assembly descriptors but that could break the Turbine build since it uses different assemblies

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

Modified: turbine/maven/turbine-parent/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/NOTICE.txt?rev=1200613&r1=1200612&r2=1200613&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/NOTICE.txt (original)
+++ turbine/maven/turbine-parent/trunk/NOTICE.txt Thu Nov 10 23:04:50 2011
@@ -1,5 +1,5 @@
-Turbine Fulcrum Parent
-Copyright 2006-2008 The Apache Software Foundation
+Turbine Parent POM
+Copyright 2006-2011 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1200613&r1=1200612&r2=1200613&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 10 23:04:50 2011
@@ -192,6 +192,18 @@
     <plugins>
       <!-- org.apache.maven.plugins, alpha order by artifact id -->
       <plugin>
+        <!-- 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>      
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
       </plugin>