Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-01-23 05:31:58 +0000
committerspingel2011-01-23 05:31:58 +0000
commit822709f4ad5eb105eedc22cf9342f173e44a1cbb (patch)
tree04b425c79efe7fda9f6f0b26aafd586b4bb32cbb /org.eclipse.mylyn.tasks.tests/pom.xml
parent57fd58d61b8654dcfab567bd75826fe339e8136d (diff)
downloadorg.eclipse.mylyn.tasks-822709f4ad5eb105eedc22cf9342f173e44a1cbb.tar.gz
org.eclipse.mylyn.tasks-822709f4ad5eb105eedc22cf9342f173e44a1cbb.tar.xz
org.eclipse.mylyn.tasks-822709f4ad5eb105eedc22cf9342f173e44a1cbb.zip
bug 330155: [releng] modularize Mylyn build
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/pom.xml')
-rw-r--r--org.eclipse.mylyn.tasks.tests/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/pom.xml b/org.eclipse.mylyn.tasks.tests/pom.xml
index 57d91a0cd..ddc0ce630 100644
--- a/org.eclipse.mylyn.tasks.tests/pom.xml
+++ b/org.eclipse.mylyn.tasks.tests/pom.xml
@@ -17,14 +17,6 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-source-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>

Back to the top