[jbosstools-commits] JBoss Tools SVN: r43209 - trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Aug 24 04:20:51 EDT 2012
Author: jpeterka
Date: 2012-08-24 04:20:51 -0400 (Fri, 24 Aug 2012)
New Revision: 43209
Modified:
trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml
Log:
debug profile added to bot test
Modified: trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml
===================================================================
--- trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml 2012-08-24 08:16:23 UTC (rev 43208)
+++ trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml 2012-08-24 08:20:51 UTC (rev 43209)
@@ -1,17 +1,18 @@
<?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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.tools.tests</groupId>
- <artifactId>tests</artifactId>
- <version>3.4.0-SNAPSHOT</version>
- </parent>
-
+ <groupId>org.jboss.tools.tests</groupId>
+ <artifactId>tests</artifactId>
+ <version>3.4.0-SNAPSHOT</version>
+ </parent>
+
<groupId>org.jboss.tools.tests.tests</groupId>
- <artifactId>org.jboss.tools.dummy.ui.bot.test</artifactId>
-
+ <artifactId>org.jboss.tools.dummy.ui.bot.test</artifactId>
+
<packaging>eclipse-test-plugin</packaging>
-
+
<build>
<plugins>
<plugin>
@@ -25,5 +26,14 @@
</configuration>
</plugin>
</plugins>
- </build>
+ </build>
+ <profiles>
+ <profile>
+ <id>mvn-debug</id>
+ <properties>
+ <systemProperties>-Xdebug
+ -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</systemProperties>
+ </properties>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
More information about the jbosstools-commits
mailing list