Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-01-23 05:31:58 +0000
committerspingel2011-01-23 05:31:58 +0000
commit9bf9523ecdbaa5889ec1af77d8ac013080fc5823 (patch)
tree6a99a8dff6e44134cac09e99aea5d66b58c1a9c7
parent6bfdbf468bc70ed29395288c23d9ecc287e3e107 (diff)
downloadorg.eclipse.mylyn.incubator-9bf9523ecdbaa5889ec1af77d8ac013080fc5823.tar.gz
org.eclipse.mylyn.incubator-9bf9523ecdbaa5889ec1af77d8ac013080fc5823.tar.xz
org.eclipse.mylyn.incubator-9bf9523ecdbaa5889ec1af77d8ac013080fc5823.zip
bug 330155: [releng] modularize Mylyn build
-rw-r--r--org.eclipse.mylyn.sandbox.tests/pom.xml8
-rw-r--r--org.eclipse.mylyn.tests.performance/pom.xml8
-rw-r--r--org.eclipse.mylyn.tests.ui/pom.xml8
3 files changed, 0 insertions, 24 deletions
diff --git a/org.eclipse.mylyn.sandbox.tests/pom.xml b/org.eclipse.mylyn.sandbox.tests/pom.xml
index 8ff705ec..897477cc 100644
--- a/org.eclipse.mylyn.sandbox.tests/pom.xml
+++ b/org.eclipse.mylyn.sandbox.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>
diff --git a/org.eclipse.mylyn.tests.performance/pom.xml b/org.eclipse.mylyn.tests.performance/pom.xml
index 36a48100..5f732fac 100644
--- a/org.eclipse.mylyn.tests.performance/pom.xml
+++ b/org.eclipse.mylyn.tests.performance/pom.xml
@@ -32,14 +32,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>
diff --git a/org.eclipse.mylyn.tests.ui/pom.xml b/org.eclipse.mylyn.tests.ui/pom.xml
index 4c9497f1..8642cc68 100644
--- a/org.eclipse.mylyn.tests.ui/pom.xml
+++ b/org.eclipse.mylyn.tests.ui/pom.xml
@@ -44,14 +44,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