Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-03-21 21:44:17 +0000
committerdonald.g.dunne2013-03-27 19:21:36 +0000
commit44f4e9a833acf2a2571d96cd856857cf65f0713e (patch)
tree80ac252ff3f59ba8711797d5fafa2f99dd31bb5c /plugins/org.eclipse.osee.ote.rest
parent0af6cc2786d89a683261d2ae23cb73ce1736e482 (diff)
downloadorg.eclipse.osee-44f4e9a833acf2a2571d96cd856857cf65f0713e.tar.gz
org.eclipse.osee-44f4e9a833acf2a2571d96cd856857cf65f0713e.tar.xz
org.eclipse.osee-44f4e9a833acf2a2571d96cd856857cf65f0713e.zip
feature[ats_5Z6FP]: Fix ote server build
Diffstat (limited to 'plugins/org.eclipse.osee.ote.rest')
-rw-r--r--plugins/org.eclipse.osee.ote.rest/pom.xml41
1 files changed, 21 insertions, 20 deletions
diff --git a/plugins/org.eclipse.osee.ote.rest/pom.xml b/plugins/org.eclipse.osee.ote.rest/pom.xml
index 3cb108093e0..c733e8cf60d 100644
--- a/plugins/org.eclipse.osee.ote.rest/pom.xml
+++ b/plugins/org.eclipse.osee.ote.rest/pom.xml
@@ -5,30 +5,31 @@
<parent>
<groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.x.server.parent</artifactId>
+ <artifactId>org.eclipse.osee.ote.parent</artifactId>
<version>0.11.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.x.server.parent</relativePath>
+ <relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.ote.rest</artifactId>
<packaging>eclipse-plugin</packaging>
- <name>OSEE OTE Rest - (Incubation)</name>
+ <name>OTE REST(Incubation)</name>
- <build>
- <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
- <resources>
- <resource>
- <directory>src</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
+ <build>
+ <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
</project> \ No newline at end of file

Back to the top