Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-03-09 13:20:07 +0000
committerUwe Stieber2012-03-09 13:20:07 +0000
commit0bbae43c3544eec78ada560294d9f5cd2d41fb7b (patch)
treea76c97d565e543b3be8c5eb90a8a8e1fb8889c42 /pom-tests.xml
parent5486823e0154460f8f9b0519fa1c8c9a2de82df5 (diff)
downloadorg.eclipse.tcf-0bbae43c3544eec78ada560294d9f5cd2d41fb7b.tar.gz
org.eclipse.tcf-0bbae43c3544eec78ada560294d9f5cd2d41fb7b.tar.xz
org.eclipse.tcf-0bbae43c3544eec78ada560294d9f5cd2d41fb7b.zip
Maven: Works better with separated root pom for unit tests
Diffstat (limited to 'pom-tests.xml')
-rw-r--r--pom-tests.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pom-tests.xml b/pom-tests.xml
new file mode 100644
index 000000000..3086330f7
--- /dev/null
+++ b/pom-tests.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.tcf</groupId>
+ <artifactId>org.eclipse.tcf.maven-build</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>admin/pom-build.xml</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.tcf</groupId>
+ <artifactId>tcf-tests-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>TCF and Target Explorer, Unit Tests Master</name>
+
+ <modules>
+ <module>target_explorer/plugins/org.eclipse.tcf.te.tests</module>
+ </modules>
+
+</project>

Back to the top