Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml b/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml
index 57ec5debf0b..43f15b4df9b 100644
--- a/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml
+++ b/plugins/org.eclipse.osee.framework.jdk.core.test/pom.xml
@@ -15,22 +15,9 @@
<name>OSEE JDK Core Test - (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>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>

Back to the top