Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Finkbeiner2011-10-03 21:44:58 +0000
committerRoberto E. Escobar2011-10-03 21:44:58 +0000
commit5e617fb79cb7263a3d33d8d04c3d9aa8c62882cd (patch)
tree459b41dac7d10569d231c485b33ffe7729fd2c20 /plugins/org.eclipse.osee.framework.core.model.test/pom.xml
parent922572a3aed5c4d823ba174fbd812136e610687d (diff)
downloadorg.eclipse.osee-5e617fb79cb7263a3d33d8d04c3d9aa8c62882cd.tar.gz
org.eclipse.osee-5e617fb79cb7263a3d33d8d04c3d9aa8c62882cd.tar.xz
org.eclipse.osee-5e617fb79cb7263a3d33d8d04c3d9aa8c62882cd.zip
feature[ats_Q9NLC]: Update maven server build
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.model.test/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.model.test/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.model.test/pom.xml b/plugins/org.eclipse.osee.framework.core.model.test/pom.xml
new file mode 100644
index 00000000000..2c9cb87698c
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.model.test/pom.xml
@@ -0,0 +1,30 @@
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.osee</groupId>
+ <artifactId>org.eclipse.osee.x.server.parent</artifactId>
+ <version>0.9.9-SNAPSHOT</version>
+ <relativePath>../../plugins/org.eclipse.osee.x.server.parent</relativePath>
+ </parent>
+
+ <artifactId>org.eclipse.osee.framework.core.model.test</artifactId>
+ <packaging>eclipse-test-plugin</packaging>
+ <name>OSEE Framework Core Model Test- (Incubation)</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <testSuite>org.eclipse.osee.framework.core.model.test</testSuite>
+ <testClass>org.eclipse.osee.framework.core.model.AllCoreModelTestSuite</testClass>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project> \ No newline at end of file

Back to the top