aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-14 14:24:08 -0400
committerC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-14 14:24:08 -0400
commitbc462e353ad91efce900a4bd19879a2e8496605e (patch)
tree012b49195bfaf7abba2249baf4a26f0e9fda9d0f /pom.xml
parent2d27954676842e1562c18ec28ca4fb8c13899cb4 (diff)
Remove uberjar build to test pipeline
Change-Id: I4e9861d2690d93447d44119894c6c858ee1d57c1 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 510c28b..0484b40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<name>aai-chameleon</name>
<description/>
<scm>
- <tag>220e170103ae5711addcfd84f597fc06a5e3aaca</tag>
+ <tag>2d27954676842e1562c18ec28ca4fb8c13899cb4</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -76,19 +76,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>3.2.0</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>