[jboss-cvs] JBossAS SVN: r82644 - in projects/jboss-cl/trunk: build and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 6 17:53:08 EST 2009


Author: pgier
Date: 2009-01-06 17:53:08 -0500 (Tue, 06 Jan 2009)
New Revision: 82644

Modified:
   projects/jboss-cl/trunk/build/pom.xml
   projects/jboss-cl/trunk/pom.xml
Log:
[JBBUILD-507] Improve assembly configuration.

Modified: projects/jboss-cl/trunk/build/pom.xml
===================================================================
--- projects/jboss-cl/trunk/build/pom.xml	2009-01-06 22:33:59 UTC (rev 82643)
+++ projects/jboss-cl/trunk/build/pom.xml	2009-01-06 22:53:08 UTC (rev 82644)
@@ -17,13 +17,24 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>src/assembly/dist.xml</descriptor>
-            <descriptor>src/assembly/dist-with-deps.xml</descriptor>
-            <descriptor>src/assembly/src.xml</descriptor>
-          </descriptors>
-        </configuration>
+        <version>2.2-beta-2</version>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+            <configuration>
+              <finalName>jboss-cl-${project.version}</finalName>
+              <descriptors>
+                <descriptor>src/assembly/dist.xml</descriptor>
+                <descriptor>src/assembly/dist-with-deps.xml</descriptor>
+                <descriptor>src/assembly/src.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>

Modified: projects/jboss-cl/trunk/pom.xml
===================================================================
--- projects/jboss-cl/trunk/pom.xml	2009-01-06 22:33:59 UTC (rev 82643)
+++ projects/jboss-cl/trunk/pom.xml	2009-01-06 22:53:08 UTC (rev 82644)
@@ -70,19 +70,6 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>make-assembly</id>
-              <phase>package</phase>
-              <goals>
-                <goal>attached</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-        <plugin>
           <artifactId>maven-idea-plugin</artifactId>
           <configuration>
             <downloadSources>true</downloadSources>
@@ -90,11 +77,6 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.4.1</version>
           <configuration>




More information about the jboss-cvs-commits mailing list