Author: rmannibucau
Date: Mon Sep 26 18:13:12 2011
New Revision: 1175981

URL: http://svn.apache.org/viewvc?rev=1175981&view=rev
Log:
attaching tomee weprofile and plus artifacts

Modified:
    
openejb/trunk/openejb3/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee7/pom.xml

Modified: 
openejb/trunk/openejb3/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee7/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee7/pom.xml?rev=1175981&r1=1175980&r2=1175981&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee7/pom.xml
 (original)
+++ 
openejb/trunk/openejb3/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee7/pom.xml
 Mon Sep 26 18:13:12 2011
@@ -218,7 +218,9 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2.1</version>
         <executions>
           <execution>
             <id>webprofile</id>
@@ -227,6 +229,7 @@
               <descriptors>
                 <descriptor>src/main/assembly/tomee-webprofile.xml</descriptor>
               </descriptors>
+              <attach>false</attach>
               <appendAssemblyId>false</appendAssemblyId>
               <finalName>apache-tomee-webprofile-${project.version}</finalName>
             </configuration>
@@ -241,6 +244,7 @@
               <descriptors>
                 <descriptor>src/main/assembly/tomee-plus.xml</descriptor>
               </descriptors>
+              <attach>false</attach>
               <appendAssemblyId>false</appendAssemblyId>
               <finalName>apache-tomee-plus-${project.version}</finalName>
             </configuration>
@@ -250,6 +254,45 @@
           </execution>
         </executions>
       </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.7</version>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  
<file>${project.build.directory}/apache-tomee-webprofile-${project.version}.zip</file>
+                  <type>zip</type>
+                  <classifier>webprofile</classifier>
+                </artifact>
+                <artifact>
+                  
<file>${project.build.directory}/apache-tomee-webprofile-${project.version}.tar.gz</file>
+                  <type>tar.gz</type>
+                  <classifier>webprofile</classifier>
+                </artifact>
+                <artifact>
+                  
<file>${project.build.directory}/apache-tomee-plus-${project.version}.zip</file>
+                  <type>zip</type>
+                  <classifier>plus</classifier>
+                </artifact>
+                <artifact>
+                  
<file>${project.build.directory}/apache-tomee-plus-${project.version}.tar.gz</file>
+                  <type>tar.gz</type>
+                  <classifier>plus</classifier>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 


Reply via email to