You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/03/30 02:45:50 UTC

svn commit: r928949 - in /openejb/branches/openejb-3.0.2: pom.xml src/main/assembly/

Author: dblevins
Date: Tue Mar 30 00:45:49 2010
New Revision: 928949

URL: http://svn.apache.org/viewvc?rev=928949&view=rev
Log:
slight update of the release proceedure

Added:
    openejb/branches/openejb-3.0.2/src/main/assembly/
      - copied from r915514, openejb/trunk/openejb3/src/main/assembly/
Modified:
    openejb/branches/openejb-3.0.2/pom.xml

Modified: openejb/branches/openejb-3.0.2/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/pom.xml?rev=928949&r1=928948&r2=928949&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/pom.xml Tue Mar 30 00:45:49 2010
@@ -316,7 +316,27 @@
               </execution>
             </executions>
           </plugin>
-        </plugins>
+	  <plugin>
+	    <artifactId>maven-assembly-plugin</artifactId>
+	    <inherited>false</inherited>
+	    <configuration>
+	      <descriptors>
+		<descriptor>src/main/assembly/src.xml</descriptor>
+	      </descriptors>
+	      <tarLongFileMode>gnu</tarLongFileMode>
+	      <finalName>openejb-${project.version}-src</finalName>
+	    </configuration>
+	    <executions>
+	      <execution>
+		<id>make-assembly</id>
+		<phase>package</phase>
+		<goals>
+		  <goal>single</goal>
+		</goals>
+	      </execution>
+	    </executions>
+	  </plugin>
+	</plugins>
       </build>
     </profile>
     <profile>