Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.account.rest.model')
-rw-r--r--plugins/org.eclipse.osee.account.rest.model/pom.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/plugins/org.eclipse.osee.account.rest.model/pom.xml b/plugins/org.eclipse.osee.account.rest.model/pom.xml
index 31ad810170e..663858f7b1a 100644
--- a/plugins/org.eclipse.osee.account.rest.model/pom.xml
+++ b/plugins/org.eclipse.osee.account.rest.model/pom.xml
@@ -14,21 +14,4 @@
<packaging>eclipse-plugin</packaging>
<name>OSEE Account REST Model - (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>
-</project> \ No newline at end of file
+</project>

Back to the top