summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-01-15 23:29:00 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-01-15 23:29:00 +0100
commit82c49a8caa8ebaf82353855a696acfc1b949895c (patch)
tree719c734c101064c9872ccd6e25e2746427f244f9 /vespa-athenz
parent0fd5a04518a6c62efb70c02f21400c009b1019ff (diff)
Revert "Install artifact with deploy classifier to repository"
This reverts commit 619257a67d2aa8157244e660ecbb34ae99995919.
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index a095b723c35..cf5cb4d1be6 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -99,31 +99,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
- <configuration>
- <useCommonAssemblyIds>false</useCommonAssemblyIds>
- </configuration>
- </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}-deploy.jar</file>
- <type>jar</type>
- <classifier>deploy</classifier>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
</plugin>
</plugins>
</build>