From c3be58f099e0a46c688fb093fb72c042ff3cc87d Mon Sep 17 00:00:00 2001 From: ms236b Date: Mon, 8 Apr 2019 14:08:50 -0400 Subject: Fixed issues with deployment Local code coverage is 56.9%. Fixed deployment issues for bp generator and tags/format Issue-ID: DCAEGEN2-1125 Change-Id: Ibe48c1e3fa887904594b9f4d04d10401b6323188 Signed-off-by: ms236b --- blueprint-generator/README.md | 4 ++-- blueprint-generator/pom.xml | 32 +++++++++++++++++++++++++++----- pom.xml | 3 ++- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/blueprint-generator/README.md b/blueprint-generator/README.md index 1302d19..4eefd5d 100644 --- a/blueprint-generator/README.md +++ b/blueprint-generator/README.md @@ -12,13 +12,13 @@ This tool allows the user to create a blueprint from a component spec json file - If you're on windows type this out before you add your flags ```bash -java -cp "lib/blueprint-generator-onap-0.0.1-SNAPSHOT.jar;lib/*" org.onap.blueprintgenerator.core.BlueprintGenerator +java -cp "lib/blueprint-generator-1.0.0-SNAPSHOT.jar;lib/*" org.onap.blueprintgenerator.core.BlueprintGenerator ``` -If you're on linux type this out before you add your flags ```bash -java -cp blueprint-generator/lib/blueprint-generator-0.0.1-SNAPSHOT.jar:blueprint-generator/lib/* org.onap.blueprintgenerator.core.BlueprintGenerator +java -cp blueprint-generator/lib/blueprint-generator-1.0.0-SNAPSHOT.jar:blueprint-generator/lib/* org.onap.blueprintgenerator.core.BlueprintGenerator ``` diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml index 6e00c71..e24255b 100644 --- a/blueprint-generator/pom.xml +++ b/blueprint-generator/pom.xml @@ -45,7 +45,6 @@ - org.apache.maven.plugins maven-compiler-plugin @@ -54,7 +53,26 @@ 1.7 2.0.2 - + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + false + false + + + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + false + + maven-assembly-plugin 2.4.1 @@ -145,6 +163,13 @@ + + + onap-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + + @@ -183,9 +208,6 @@ jackson-annotations 2.9.8 - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index d67457a..36ea89e 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. true + + ${project.groupId} -- cgit 1.2.3-korg