You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2010/04/16 09:16:35 UTC

svn commit: r934700 - in /servicemix/smx3/trunk: platforms/jboss/deployer/pom.xml pom.xml

Author: ccustine
Date: Fri Apr 16 07:16:35 2010
New Revision: 934700

URL: http://svn.apache.org/viewvc?rev=934700&view=rev
Log:
update jboss sar packaging and configuration

Modified:
    servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml?rev=934700&r1=934699&r2=934700&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml Fri Apr 16 07:16:35 2010
@@ -28,6 +28,8 @@
     </parent>
 
     <artifactId>deployer</artifactId>
+    <version>3.3.3-SNAPSHOT</version>
+    <packaging>jboss-sar</packaging>
     <name>ServiceMix :: JBoss :: Deployer</name>
 
   <dependencies>
@@ -198,27 +200,30 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jboss-packaging-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
+        <version>2.1.1</version>
+        <extensions>true</extensions>
         <executions>
           <execution>
+            <id>jboss-sar</id>
             <phase>package</phase>
             <goals>
               <goal>sar</goal>
             </goals>
-            <configuration>
-              <deploymentDescriptorFile>src/sar/META-INF/jboss-service.xml</deploymentDescriptorFile>
-              <excludes>
+          </execution>
+        </executions>
+        <configuration>
+            <deploymentDescriptorFile>${basedir}/src/sar/META-INF/jboss-service.xml</deploymentDescriptorFile>
+            <excludes>
                 <exclude>jboss:jboss-system</exclude>
                 <exclude>jboss:jboss-jmx</exclude>
                 <exclude>jboss:jboss-common</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
+            </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.8</version>
         <configuration>
           <projectNameTemplate>jboss-[artifactId]</projectNameTemplate>
         </configuration>

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=934700&r1=934699&r2=934700&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Fri Apr 16 07:16:35 2010
@@ -162,7 +162,7 @@
                     <!-- We want to sign the artifact, the POM, and all attached artifacts -->
                     <plugin>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-4</version>
+                        <version>1.0</version>
                         <configuration>
                             <passphrase>${gpg.passphrase}</passphrase>
                         </configuration>