From ed12890b0bb0c07acd3eb7bcbd10bfcca3046a2b Mon Sep 17 00:00:00 2001 From: sheetalm Date: Tue, 13 Mar 2018 19:32:08 +0530 Subject: Activity Spec Service - Dockerization Resolving merge conflict Fixing todo items after rebase. URL to be /activity-spec-api. Removing unused image. Renaming css Configuring docker registry to push images and adding docker profile Add maven docker module to generate below docker images 1 activity-spec-init:1.2.0-SNAPSHOT - creates cassandra keyspace and tables in already running cassandra docker image 2 activity-spec-be:1.2.0-SNAPSHOT - deploys activity spec war and swagger war on base jetty docker image Change-Id: Ic638e2cb9c224e9e6c91cf0f7198594593a77ae5 Issue-ID: SDC-1048 Signed-off-by: sheetalm --- services/activity-spec/pom.xml | 87 ++++++++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 32 deletions(-) (limited to 'services/activity-spec/pom.xml') diff --git a/services/activity-spec/pom.xml b/services/activity-spec/pom.xml index 5e71480c71..72b3bf5c62 100644 --- a/services/activity-spec/pom.xml +++ b/services/activity-spec/pom.xml @@ -1,20 +1,20 @@ + 4.0.0 org.openecomp.activityspec activity-spec - pom 1.2.0-SNAPSHOT - - - activity-spec-web - swagger-ui - + pom - 1.10.19 + + 1.8 + 1.8 + UTF-8 + 2.19.1 0.7.9 2.5.1 @@ -24,8 +24,10 @@ 2.4 2.1.1 3.1.0 - 1.8 - 1.8 + 3.0.2 + 0.24.0 + + 1.10.19 4.1.3.RELEASE 3.1.8 2.0.1 @@ -33,24 +35,54 @@ 1.18.1 2.5 1.9.13 + + + activity-spec-web + activity-spec-init + + - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${mvn.compiler.version} - - ${java.source} - ${java.target} - - - + + + org.apache.maven.plugins + maven-compiler-plugin + ${mvn.compiler.version} + + + io.fabric8 + docker-maven-plugin + ${mvn.docker.version} + + false + nexus3.onap.org:10001 + + + docker + docker + + + + + + docker-build + install + + build + + + + push-images + deploy + + push + + + + + @@ -65,13 +97,4 @@ - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - \ No newline at end of file -- cgit 1.2.3-korg