aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mdbc-server/pom.xml')
-rwxr-xr-xmdbc-server/pom.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/mdbc-server/pom.xml b/mdbc-server/pom.xml
index 8edb5ab..4ebbc6a 100755
--- a/mdbc-server/pom.xml
+++ b/mdbc-server/pom.xml
@@ -208,6 +208,44 @@
<goal>single</goal>
</goals>
</execution>
+ <execution>
+ <id>node-configuration</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>org.onap.music.mdbc.tools.CreateNodeConfigurations</mainClass>
+ </manifest>
+ </archive>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ <finalName>create-node-configuration</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
+ </configuration>
+ </execution>
+ <execution>
+ <id>mdbc-server</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>org.onap.music.mdbc.MdbcServer</mainClass>
+ </manifest>
+ </archive>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ <finalName>mdbc-server</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>