Skip to content
Snippets Groups Projects
Commit 2df9cf25 authored by Matthias Sohn's avatar Matthias Sohn
Browse files

Remove redundant Maven plugin declarations from sub-modules


Change-Id: I2aa1b2e2e08108deec051594ca8ac3992e271f0f
Signed-off-by: default avatarMatthias Sohn <matthias.sohn@sap.com>
parent 1ce2e13e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -68,15 +68,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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment