Removed "tycho-p2-repository-plugin".

This commit is contained in:
Michael Uhl 2019-01-23 22:04:25 +01:00
parent 752b68d447
commit 0a4a625198

13
pom.xml
View File

@ -139,19 +139,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>archive-repository</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<pluginRepositories>