summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-02-22 15:13:57 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-02-22 15:13:57 +0100
commit513da19b55b67e83a0d38d9d9331e5909fba39ee (patch)
tree71ef087507cadf83ee4c1257fb5c0d61c64982f9 /vespa-athenz
parentd9efbaabcb2c0a216e9024984118288698c4898e (diff)
Remove creation of vespa-athenz artifact with deploy classifier
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 14146829d39..8d83a14fcbd 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -112,28 +112,6 @@
<extensions>true</extensions>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-artifacts</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>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>