summaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-01-26 12:47:47 +0100
committerHarald Musum <musum@yahoo-inc.com>2017-01-26 12:47:47 +0100
commitfa7528eb662b430cab8742a96aa00f398aad64d0 (patch)
tree8711a089b2df2f485e722c6e86c293f8f2ba1719 /docker-api/pom.xml
parent77d3120bd6cfcb83a6293757182029ec6b72510f (diff)
Remove unneded plugin
* We deploy jar-with-dependencies as a bundle, so not needed anymore
Diffstat (limited to 'docker-api/pom.xml')
-rw-r--r--docker-api/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 53c5c15a929..8bccf7eec10 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -139,29 +139,6 @@
</compilerArgs>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.9.1</version>
- <executions>
- <execution>
- <id>attach-artifact</id>
- <phase>package</phase>
- <goals>
- <goal>attach-artifact</goal>
- </goals>
- <configuration>
- <artifacts>
- <artifact>
- <file>target/${project.artifactId}-jar-with-dependencies.jar</file>
- <type>jar</type>
- <classifier>deploy</classifier>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>