diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2019-01-15 15:23:00 -0500 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-01-15 15:25:39 -0500 |
commit | 0a1489a7f3103a290db8455fcce9b4391b19e053 (patch) | |
tree | e365cf195c9b53c64c3ed2fa43522c24a32ee4db /pom.xml | |
parent | 0bb81b146df5943ce565e080df28c16d07150647 (diff) |
Build and install jar
Change-Id: I2ef5ddf0d41109e5b2c56dcc4654d9360299701c
Issue-ID: MUSIC-270
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.music</groupId> <artifactId>dev-MUSIC-cassandra</artifactId> - <packaging>war</packaging> + <packaging>jar</packaging> <version>3.2.1-SNAPSHOT</version> <description> This is the MUSIC REST interface, packaged as a war file. |