diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-16 02:23:28 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-16 02:23:28 +0100 |
commit | 2df9cf253571838f28c4a5b4b1bbbb9cc7b6b15e (patch) | |
tree | 367a3b8c9024a700945aeacd034d6b198e7d5a68 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | |
parent | 1ce2e13e1323a44fd83764980ab92ef7e8f94006 (diff) | |
download | jgit-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.feature/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 4f00f0f4f4..89fbbcc82c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -66,24 +66,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.sonatype.tycho</groupId> - <artifactId>tycho-maven-plugin</artifactId> - <version>${tycho-version}</version> - <extensions>true</extensions> - </plugin> - <plugin> - <groupId>org.sonatype.tycho</groupId> - <artifactId>target-platform-configuration</artifactId> - <version>${tycho-version}</version> - <configuration> - <resolver>p2</resolver> - <pomDependencies>consider</pomDependencies> - </configuration> - </plugin> - </plugins> - </build> - </project> |