[jboss-svn-commits] JBL Code SVN: r36671 - labs/jbosstm/trunk/common.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 23 09:08:15 EST 2011


Author: tomjenkinson
Date: 2011-02-23 09:08:14 -0500 (Wed, 23 Feb 2011)
New Revision: 36671

Modified:
   labs/jbosstm/trunk/common/pom.xml
Log:
JBTM-574 put the name of the properties file to load in the manifest so the tests will run ok

Modified: labs/jbosstm/trunk/common/pom.xml
===================================================================
--- labs/jbosstm/trunk/common/pom.xml	2011-02-23 13:25:59 UTC (rev 36670)
+++ labs/jbosstm/trunk/common/pom.xml	2011-02-23 14:08:14 UTC (rev 36671)
@@ -33,6 +33,19 @@
 			</resource>
 		</resources>
 		<testSourceDirectory>tests</testSourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<manifestEntries>
+							<arjuna-properties-file>jbossts-properties.xml</arjuna-properties-file>
+						</manifestEntries>
+					</archive>
+				</configuration>
+			</plugin>
+		</plugins>
 	</build>
 	<dependencies>
 		<!-- START TEST -->



More information about the jboss-svn-commits mailing list