aboutsummaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
authorfreva <valerijf@yahoo-inc.com>2017-01-26 12:50:06 +0100
committerfreva <valerijf@yahoo-inc.com>2017-01-26 12:50:06 +0100
commit5837467eb45927ff8a3ea67d9194e3857e4d36ed (patch)
tree19b39cda7d59af0139c0d98690eea86d1823bfe9 /docker-api/pom.xml
parent49761d73a0aad155126ec79cb3a84b4be660f3e3 (diff)
parent6be4613e1d245363aa11a17ac92a000e1e450bad (diff)
Merge remote-tracking branch 'origin/master'
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 bde2465f01f..d35cd158edf 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>