Blueprint Generator - split executable part to separate submodule 65/116465/5
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Thu, 17 Dec 2020 17:20:12 +0000 (18:20 +0100)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Mon, 4 Jan 2021 21:52:41 +0000 (21:52 +0000)
commit88286a3487c3ec955cc6207be2e70318634ebbd9
tree2bd02b0322f4b14c0820b7ec086e9229fd75364c
parenta3c8fc0395e9518c5f0f064a033f4ab4d7040c61
Blueprint Generator - split executable part to separate submodule

Issue-ID: DCAEGEN2-2529
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I0d6a4ac0f6bc8332b79ebcf5ac3bb4aee1c951c6
14 files changed:
mod/bpgenerator/common/pom.xml
mod/bpgenerator/onap-executable/pom.xml [new file with mode: 0644]
mod/bpgenerator/onap-executable/src/main/java/org/onap/blueprintgenerator/BlueprintGeneratorMainApplication.java [moved from mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/BlueprintGeneratorMainApplication.java with 100% similarity]
mod/bpgenerator/onap-executable/src/main/resources/application.properties [new file with mode: 0644]
mod/bpgenerator/onap-executable/src/test/java/org/onap/blueprintgenerator/BlueprintJarComparatorTest.java [new file with mode: 0644]
mod/bpgenerator/onap-executable/src/test/resources/componentspecs/testImports.yaml [new file with mode: 0644]
mod/bpgenerator/onap-executable/src/test/resources/componentspecs/ves.json [new file with mode: 0644]
mod/bpgenerator/onap/pom.xml
mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/BlueprintGeneratorConfiguration.java [new file with mode: 0644]
mod/bpgenerator/onap/src/main/java/org/onap/blueprintgenerator/service/common/ImportsService.java
mod/bpgenerator/onap/src/main/resources/bpgen.properties [moved from mod/bpgenerator/onap/src/main/resources/application.properties with 95% similarity]
mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/test/BlueprintGeneratorTests.java
mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/test/BlueprintJarComparatorTest.java [deleted file]
mod/bpgenerator/pom.xml