[jbpm-commits] JBoss JBPM SVN: r2271 - jbpm3/trunk/modules/examples.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 17 10:06:05 EDT 2008


Author: koen.aers at jboss.com
Date: 2008-09-17 10:06:05 -0400 (Wed, 17 Sep 2008)
New Revision: 2271

Modified:
   jbpm3/trunk/modules/examples/pom.xml
Log:
JBPM-1420: create an jar file containing the simple example

Modified: jbpm3/trunk/modules/examples/pom.xml
===================================================================
--- jbpm3/trunk/modules/examples/pom.xml	2008-09-17 14:05:38 UTC (rev 2270)
+++ jbpm3/trunk/modules/examples/pom.xml	2008-09-17 14:06:05 UTC (rev 2271)
@@ -69,6 +69,24 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <finalName>${project.build.finalName}</finalName>
+              <appendAssemblyId>true</appendAssemblyId>
+              <descriptors>
+                <descriptor>scripts/assembly-examples.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <!-- [JBPM-1290] Integrate example tests in automated testrun -->




More information about the jbpm-commits mailing list