[jbosstools-commits] JBoss Tools SVN: r42777 - trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 30 04:27:35 EDT 2012


Author: jpeterka
Date: 2012-07-30 04:27:35 -0400 (Mon, 30 Jul 2012)
New Revision: 42777

Modified:
   trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml
Log:
debug profile added freemarker ui bot test pom.xml and parent version updated

Modified: trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml
===================================================================
--- trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml	2012-07-30 08:11:35 UTC (rev 42776)
+++ trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/pom.xml	2012-07-30 08:27:35 UTC (rev 42777)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.freemarker</groupId>
 		<artifactId>tests</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.freemarker.tests</groupId>
 	<artifactId>org.jboss.tools.freemarker.ui.bot.test</artifactId>
@@ -13,6 +13,15 @@
 
 	<packaging>eclipse-test-plugin</packaging>
 
+	<profiles>
+		<profile>
+			<id>mvn-debug</id>
+			<properties>
+				<systemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</systemProperties>
+			</properties>
+		</profile>
+	</profiles>
+
 	<build>
 		<plugins>
 			<plugin>



More information about the jbosstools-commits mailing list