[jbpm-commits] JBoss JBPM SVN: r2304 - in jbpm4/pvm/trunk/modules/core: src/main/etc/distro and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Sep 21 04:35:55 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-09-21 04:35:54 -0400 (Sun, 21 Sep 2008)
New Revision: 2304

Modified:
   jbpm4/pvm/trunk/modules/core/pom.xml
   jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
Log:
really really really last version updates for beta1

Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-20 09:15:20 UTC (rev 2303)
+++ jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-21 08:35:54 UTC (rev 2304)
@@ -34,6 +34,7 @@
   
   <!-- ### PROPERTIES ##################################################### -->
   <properties>
+    <project.build.finalName>jbpm-pvm-${version}</project.build.finalName>
     <table.prefix>JBPM_</table.prefix>
     <surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
     <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
@@ -125,27 +126,47 @@
       </plugin>
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>test-jar</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
         <configuration>
-          <excludes>
-            <exclude>hibernate.cfg.xml</exclude>
-            <exclude>jbpm.cfg.xml</exclude>
-            <exclude>jbpm.mail.templates.xml</exclude>
-          </excludes>
+          <finalName>jbpm-pvm-${version}</finalName>
         </configuration>
+      </plugin>   
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+            <configuration>
+              <finalName>jbpm-pvm-${version}</finalName>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <finalName>jbpm-pvm-${version}</finalName>
-        </configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
         <executions>
           <execution>
+            <id>attach-javadocs</id>
             <goals>
-              <goal>test-jar</goal>
+              <goal>jar</goal>
             </goals>
+            <configuration>
+              <finalName>jbpm-pvm-${version}</finalName>
+            </configuration>
           </execution>
         </executions>
-      </plugin>   
+      </plugin>
       <plugin>
         <artifactId>maven-ear-plugin</artifactId>
         <configuration>
@@ -161,6 +182,7 @@
           </includes>
         </configuration>
       </plugin>
+      <!-- 
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
@@ -227,7 +249,7 @@
 				  </dependency> 
         </dependencies>
       </plugin>
-      
+       -->
     </plugins>
   </build>
   

Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath	2008-09-20 09:15:20 UTC (rev 2303)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath	2008-09-21 08:35:54 UTC (rev 2304)
@@ -23,6 +23,6 @@
 	<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
 	<classpathentry kind="lib" path="lib/spring-2.5.4.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="jbpm-pvm-1.0.beta1.jar" sourcepath="src"/>
+	<classpathentry kind="lib" path="pvm-core-1.0.beta1.jar" sourcepath="src"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jbpm-commits mailing list