Compare commits

...

1 Commits

Author SHA1 Message Date
Irene Wang
40037c52ac DEVOPS-3416 Deploy all plugins for Black Duck scans 2017-12-08 16:29:29 +01:00

11
pom.xml
View File

@@ -170,17 +170,6 @@
<version>${tycho.version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>