[jbpm-commits] JBoss JBPM SVN: r1846 - in jbpm4/pvm/trunk: modules/minimal and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 7 07:19:14 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-08-07 07:19:13 -0400 (Thu, 07 Aug 2008)
New Revision: 1846

Modified:
   jbpm4/pvm/trunk/modules/minimal/pom.xml
   jbpm4/pvm/trunk/pom.xml
Log:
groupId updated to org.jbpm

Modified: jbpm4/pvm/trunk/modules/minimal/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/minimal/pom.xml	2008-08-07 11:12:10 UTC (rev 1845)
+++ jbpm4/pvm/trunk/modules/minimal/pom.xml	2008-08-07 11:19:13 UTC (rev 1846)
@@ -11,33 +11,35 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
 
-  <name>JBoss jBPM - PVM Minimal Dependencies</name>
-  <groupId>org.jboss.jbpm.pvm</groupId>
+  <name>JBoss jBPM 4 - PVM Minimal Dependencies Test</name>
+  <groupId>org.jbpm</groupId>
   <artifactId>pvm-minimal</artifactId>
   <packaging>pom</packaging>
 
   <!-- Parent -->
   <parent>
-     <groupId>org.jboss.jbpm.pvm</groupId>
+     <groupId>org.jbpm</groupId>
      <artifactId>pvm-parent</artifactId>
      <version>1.0.0-SNAPSHOT</version>
   </parent>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.jboss.jbpm.pvm</groupId>
-			<artifactId>pvm</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
-			<exclusions>
-			  <exclusion>
-			    <groupId>juel</groupId>
-			    <artifactId>juel</artifactId>
-			  </exclusion>
-			  <exclusion>
+  <dependencies>
+    <dependency>
+      <groupId>org.jbpm</groupId>
+      <artifactId>pvm</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <exclusions>
+        <exclusion>
+          <groupId>juel</groupId>
+          <artifactId>juel</artifactId>
+        </exclusion>
+        <exclusion>
            <groupId>juel</groupId>
            <artifactId>juel-engine</artifactId>
          </exclusion>
@@ -45,7 +47,7 @@
            <groupId>juel</groupId>
            <artifactId>juel-impl</artifactId>
          </exclusion>
-			  <exclusion>
+        <exclusion>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate</artifactId>
          </exclusion>
@@ -77,10 +79,10 @@
           <groupId>org.livetribe</groupId>
           <artifactId>livetribe-jsr223</artifactId>
         </exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-      <groupId>org.jboss.jbpm.pvm</groupId>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm</groupId>
       <artifactId>pvm</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <classifier>tests</classifier>
@@ -132,12 +134,12 @@
         </exclusion>
       </exclusions>
     </dependency>
-	</dependencies>
-	
-	<build>
-	  <testSourceDirectory>${basedir}/../core/src/test/java</testSourceDirectory>
-	  <plugins>
-	    <plugin>
+  </dependencies>
+  
+  <build>
+    <testSourceDirectory>${basedir}/../core/src/test/java</testSourceDirectory>
+    <plugins>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <executions>
@@ -152,7 +154,7 @@
           </testIncludes>
         </configuration>
       </plugin>
-	    <plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <executions>
           <execution>
@@ -167,6 +169,6 @@
           <testSourceDirectory>${basedir}/../core/src/test/java</testSourceDirectory>
         </configuration>
       </plugin>
-	  </plugins>
-	</build>
+    </plugins>
+  </build>
 </project>
\ No newline at end of file

Modified: jbpm4/pvm/trunk/pom.xml
===================================================================
--- jbpm4/pvm/trunk/pom.xml	2008-08-07 11:12:10 UTC (rev 1845)
+++ jbpm4/pvm/trunk/pom.xml	2008-08-07 11:19:13 UTC (rev 1846)
@@ -32,6 +32,7 @@
   <!-- ### MODULES ######################################################## -->
   <modules>
     <module>modules/core</module>
+    <module>modules/minimal</module>
   </modules>
   
   <!-- ### PROPERTIES ##################################################### -->




More information about the jbpm-commits mailing list