From 033f0c30154107ddf36cd682c860e95025bf00b0 Mon Sep 17 00:00:00 2001 From: lj1412 Date: Tue, 14 Feb 2017 15:11:44 +0000 Subject: Init ncomp.sirius.manager Change-Id: I6691ecd21a942c96cb20cf3baa297e4b2dc7f970 Signed-off-by: lj1412 --- ncomp-sirius-manager-base/pom.xml | 239 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 ncomp-sirius-manager-base/pom.xml (limited to 'ncomp-sirius-manager-base/pom.xml') diff --git a/ncomp-sirius-manager-base/pom.xml b/ncomp-sirius-manager-base/pom.xml new file mode 100644 index 0000000..4088742 --- /dev/null +++ b/ncomp-sirius-manager-base/pom.xml @@ -0,0 +1,239 @@ + + 4.0.0 + org.openecomp.ncomp.sirius.manager + ncomp-sirius-manager-base + pom + + org.openecomp.ncomp.maven + ncomp-maven-base + 0.1.0-SNAPSHOT + ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base + + + + UTF-8 + 1.7 + 1.7 + + + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + + Restlet + Restlet Repository + http://maven.restlet.com + + + + + + src/main/java + + **/*.java + **/*.groovy + + + + src/main/sirius-gen + + **/*.java + **/*.groovy + + + + src/main/resources + + **/*.java + **/*.groovy + + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.10 + + + generate-sources + + add-source + + + + src/main/sirius-gen + src/main/java + src/main/resources + + + + + + + + + maven-compiler-plugin + + 3.1 + + groovy-eclipse-compiler + 1.7 + 1.7 + + + + org.codehaus.groovy + groovy-eclipse-compiler + 2.9.1-01 + + + + org.codehaus.groovy + groovy-eclipse-batch + 2.3.7-01 + + + + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + [3.1,) + + compile + testCompile + + + + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + add-source + + + + + + + + + + + + + + + + + + + org.eclipse.jetty + jetty-server + 8.1.17.v20150415 + + + org.eclipse.jetty + jetty-client + 8.1.17.v20150415 + + + org.openecomp.ncomp.sirius.manager + ncomp-sirius-manager-server + ${project.version} + + + org.openecomp.ncomp.sirius.manager + ncomp-sirius-manager-generator + ${project.version} + + + org.openecomp.ncomp.sirius.manager + ncomp-sirius-manager-console + ${project.version} + + + org.slf4j + slf4j-log4j12 + 1.7.12 + runtime + + + org.slf4j + jcl-over-slf4j + 1.7.12 + runtime + + + + -- cgit 1.2.3-korg