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
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
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml8
-rw-r--r--org.eclipse.mylyn.oslc.tests/pom.xml8
-rw-r--r--org.eclipse.mylyn.tasks.tests/pom.xml8
-rw-r--r--org.eclipse.mylyn.tests.util/pom.xml8
-rw-r--r--org.eclipse.mylyn.trac.tests/pom.xml8
5 files changed, 8 insertions, 32 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml
index 73572f763..79f537b9b 100644
--- a/org.eclipse.mylyn.bugzilla.tests/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml
@@ -11,4 +11,12 @@
<artifactId>org.eclipse.mylyn.bugzilla.tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/org.eclipse.mylyn.oslc.tests/pom.xml b/org.eclipse.mylyn.oslc.tests/pom.xml
index 75a96376d..4daa23be6 100644
--- a/org.eclipse.mylyn.oslc.tests/pom.xml
+++ b/org.eclipse.mylyn.oslc.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.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>
diff --git a/org.eclipse.mylyn.tests.util/pom.xml b/org.eclipse.mylyn.tests.util/pom.xml
index 5489ed047..acd29ab6b 100644
--- a/org.eclipse.mylyn.tests.util/pom.xml
+++ b/org.eclipse.mylyn.tests.util/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.trac.tests/pom.xml b/org.eclipse.mylyn.trac.tests/pom.xml
index 6203225c9..9b1f3fe27 100644
--- a/org.eclipse.mylyn.trac.tests/pom.xml
+++ b/org.eclipse.mylyn.trac.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