[jboss-svn-commits] JBL Code SVN: r37140 - in labs/jbosstm/trunk/ArjunaJTA/examples: maven and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 23 11:23:00 EDT 2011


Author: tomjenkinson
Date: 2011-06-23 11:23:00 -0400 (Thu, 23 Jun 2011)
New Revision: 37140

Modified:
   labs/jbosstm/trunk/ArjunaJTA/examples/integration/pom.xml
   labs/jbosstm/trunk/ArjunaJTA/examples/maven/pom.xml
Log:
JBTM-845 updated to make sure that the groupId is as per agreed

Modified: labs/jbosstm/trunk/ArjunaJTA/examples/integration/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/integration/pom.xml	2011-06-23 15:22:40 UTC (rev 37139)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/integration/pom.xml	2011-06-23 15:23:00 UTC (rev 37140)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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">
   <parent>
     <groupId>org.jboss.narayana.examples</groupId>
     <artifactId>jta-examples</artifactId>
@@ -7,7 +8,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.narayana.examples</groupId>
+  <groupId>org.jboss.narayana.jta.examples</groupId>
   <artifactId>integration</artifactId>
   <name>basic integration example</name>
   <description>basic integration example</description>
@@ -49,7 +50,13 @@
           <redirectTestOutputToFile>false</redirectTestOutputToFile>
           <trimStackTrace>false</trimStackTrace>
           <printSummary>true</printSummary>
-          <argLine>-Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Djava.endorsed.dirs=${project.build.directory}/jboss-6.0.0.Final/lib/endorsed -Djboss.home=${project.build.directory}/jboss-6.0.0.Final -Djboss.boot.server.log.dir=${project.build.directory}/jboss-6.0.0.Final -Dorg.jboss.reflect.spi.TypeInfoFactory=org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory</argLine>
+          <argLine>-Xmx512m -XX:MaxPermSize=256m
+            -Djava.net.preferIPv4Stack=true
+            -Djava.util.logging.manager=org.jboss.logmanager.LogManager
+            -Djava.endorsed.dirs=${project.build.directory}/jboss-6.0.0.Final/lib/endorsed
+            -Djboss.home=${project.build.directory}/jboss-6.0.0.Final
+            -Djboss.boot.server.log.dir=${project.build.directory}/jboss-6.0.0.Final
+            -Dorg.jboss.reflect.spi.TypeInfoFactory=org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory</argLine>
         </configuration>
       </plugin>
     </plugins>

Modified: labs/jbosstm/trunk/ArjunaJTA/examples/maven/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/maven/pom.xml	2011-06-23 15:22:40 UTC (rev 37139)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/maven/pom.xml	2011-06-23 15:23:00 UTC (rev 37140)
@@ -20,7 +20,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.narayana.examples</groupId>
+  <groupId>org.jboss.narayana.jta.examples</groupId>
   <artifactId>maven</artifactId>
   <packaging>jar</packaging>
   <name>basic maven example</name>
@@ -32,7 +32,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <workingDirectory>${build.directory}/surefire-working-directory</workingDirectory>
+          <workingDirectory>${project.build.directory}/surefire-working-directory</workingDirectory>
         </configuration>
       </plugin>
       <!-- This plugin allows our example to be executed by maven -->
@@ -48,7 +48,7 @@
         </executions>
         <configuration>
           <executable>java</executable>
-          <workingDirectory>${build.directory}/exec-working-directory</workingDirectory>
+          <workingDirectory>${project.build.directory}/exec-working-directory</workingDirectory>
           <arguments>
             <argument>-classpath</argument>
             <classpath />



More information about the jboss-svn-commits mailing list