aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Nelson <nelson24@att.com>2019-09-17 13:32:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-17 13:32:00 +0000
commit0288a09ff1ac4429ee83a4f791c5271d20cbd0dc (patch)
tree0f1e967ebe19e2528ac0a26f46c6585e93cf22a5 /pom.xml
parent08a17c93ecd50971172026dafb5456f41040ea1a (diff)
parentea39a71e28f2772da7d467a410d43a7ddd8d163d (diff)
Merge "Deadlock detection by owner"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 406e7864..f8ab95a2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,7 @@
</configuration>
<executions>
<execution>
+ <phase>install</phase>
<goals>
<goal>repackage</goal>
</goals>
@@ -200,6 +201,7 @@
<version>2.4</version>
<executions>
<execution>
+ <id>base</id>
<phase>install</phase>
<goals>
<goal>install-file</goal>
@@ -212,6 +214,20 @@
<file>${project.build.directory}/${project.artifactId}.jar</file>
</configuration>
</execution>
+ <execution>
+ <id>spring</id>
+ <phase>install</phase>
+ <goals>
+ <goal>install-file</goal>
+ </goals>
+ <configuration>
+ <packaging>jar</packaging>
+ <artifactId>${project.artifactId}-SB</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ <file>${project.basedir}/distribution/music/${project.artifactId}-SB.jar</file>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>