summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2010-01-16 02:23:28 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2010-01-16 02:23:28 +0100
commit2df9cf253571838f28c4a5b4b1bbbb9cc7b6b15e (patch)
tree367a3b8c9024a700945aeacd034d6b198e7d5a68 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
parent1ce2e13e1323a44fd83764980ab92ef7e8f94006 (diff)
downloadjgit-2df9cf253571838f28c4a5b4b1bbbb9cc7b6b15e.tar.gz
jgit-2df9cf253571838f28c4a5b4b1bbbb9cc7b6b15e.zip
Remove redundant Maven plugin declarations from sub-modules
Change-Id: I2aa1b2e2e08108deec051594ca8ac3992e271f0f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
index 02a2386d4c..cdf4502b2f 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
@@ -69,15 +69,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.codehaus.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <resolver>p2</resolver>
- <pomDependencies>consider</pomDependencies>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>