X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f8ab95a2d7d4ea616841a8c4123f0374dbb12471;hb=ea39a71e28f2772da7d467a410d43a7ddd8d163d;hp=a0e7c75a33db3c53bb95d117bcfc7680dd332131;hpb=a83c036d46be00d1ca0b6bbff27382aa847240e1;p=music.git diff --git a/pom.xml b/pom.xml index a0e7c75a..f8ab95a2 100755 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.music MUSIC jar - 3.2.34-SNAPSHOT + 3.2.35-SNAPSHOT This is the MUSIC REST interface, packaged as a Springboot jar file. @@ -111,7 +111,6 @@ - ${project.artifactId} src/main/java src/main/webapp/WEB-INF/classes @@ -146,9 +145,11 @@ org.onap.music.MusicApplication ./distribution/music/ true + ${project.artifactId}-SB + install repackage @@ -200,6 +201,7 @@ 2.4 + base install install-file @@ -212,6 +214,20 @@ ${project.build.directory}/${project.artifactId}.jar + + spring + install + + install-file + + + jar + ${project.artifactId}-SB + ${project.groupId} + ${project.version} + ${project.basedir}/distribution/music/${project.artifactId}-SB.jar + +