From: Claudio D. Gasparini Date: Fri, 19 Feb 2021 11:19:58 +0000 (+0100) Subject: Create cps-tdmt module X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e11e39ec6bb81745fb9f73c2ffb80b44a02c0167;p=cps%2Fcps-tbdmt.git Create cps-tdmt module Issue-ID: CPS-243 Signed-off-by: Claudio D. Gasparini Change-Id: I102e1f6b4e2f9eaa88d856a94a869c0e005b700e --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..624c9b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.class +*.jar +*.war +*.zip +*.log + +target/ +log/ + +.idea/ +.idea_modules/ +*.iml +*.ipr +*.iws + +.settings/ +bin/ +tmp/ +.metadata +.classpath +.project +*.tmp +.checkstyle \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7d3471e --- /dev/null +++ b/pom.xml @@ -0,0 +1,40 @@ + + + + 4.0.0 + + org.onap.cps + cps-parent + 0.0.1-SNAPSHOT + + + + cps-tdmt + TemplateBasedDataModelTransformer + Template Based DataModel Transformer + jar + + \ No newline at end of file