From ea45fbffab1f36271def9443fd32cdbd75839f7e Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 11 Sep 2018 11:13:56 -0400 Subject: Update parent pom to conform to CCSDK structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie99cd61cc83dff14b2e1a1a1014411342031e27f Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët --- .../plugin/assignment-provider/pom.xml | 148 +++++++++++-------- .../plugin/generator-provider/pom.xml | 148 ++++++++++--------- blueprints-processor/plugin/model-provider/pom.xml | 163 ++++++++++++--------- blueprints-processor/plugin/pom.xml | 37 ++--- 4 files changed, 273 insertions(+), 223 deletions(-) (limited to 'blueprints-processor/plugin') diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml index b6167cf17..073f9af9e 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -17,71 +17,89 @@ --> - 4.0.0 - - org.onap.ccsdk.config - blueprints-processor-plugin - 0.0.1-SNAPSHOT - - blueprints-assignment-provider - bundle - Blueprints Assignment - Provider - http://maven.apache.org + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - - equinoxSDK381 - org.eclipse.osgi - - - org.onap.ccsdk.config - blueprints-generator-provider - - - junit - junit - test - - - org.apache.sling - org.apache.sling.testing.osgi-mock - test - - - org.powermock - powermock-api-mockito - test - - - org.powermock - powermock-module-junit4 - test - - + + org.onap.ccsdk.parent + binding-parent + 1.1.0-SNAPSHOT + + - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - org.onap.ccsdk.config.assignment - org.onap.ccsdk.config.assignment, - org.onap.ccsdk.config.assignment.data, - org.onap.ccsdk.config.assignment.service, - org.onap.ccsdk.config.assignment.processor, - org.onap.ccsdk.config.assignment.processor.custom - - * - true - - - - - + org.onap.ccsdk.config + 0.3.0-SNAPSHOT + blueprints-assignment-provider + bundle + Blueprints Assignment - Provider + http://maven.apache.org + + + + equinoxSDK381 + org.eclipse.osgi + ${equinox.osgi.version} + + + org.onap.ccsdk.config + blueprints-generator-provider + ${project.version} + + + junit + junit + ${junit.version} + test + + + org.apache.sling + org.apache.sling.testing.osgi-mock + 2.3.2 + test + + + org.powermock + powermock-api-mockito + 1.6.6 + test + + + org.powermock + powermock-module-junit4 + 1.6.6 + test + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + + org.onap.ccsdk.config.assignment + org.onap.ccsdk.config.assignment, + org.onap.ccsdk.config.assignment.data, + org.onap.ccsdk.config.assignment.service, + org.onap.ccsdk.config.assignment.processor, + org.onap.ccsdk.config.assignment.processor.custom + + * + true + + + + + diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index 132852e4a..f18170a6a 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -17,74 +17,86 @@ --> - 4.0.0 - - org.onap.ccsdk.config - blueprints-processor-plugin - 0.0.1-SNAPSHOT - - blueprints-generator-provider - bundle - Blueprints Generator - Provider - http://maven.apache.org + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - - org.eclipse.osgi - equinoxSDK381 - - - org.onap.ccsdk.config - blueprints-model-provider - - - commons-io - commons-io - - - org.apache.velocity - velocity - - - org.powermock - powermock-api-mockito - test - - - org.powermock - powermock-module-junit4 - test - - - junit - junit - test - - + + org.onap.ccsdk.parent + binding-parent + 1.1.0-SNAPSHOT + + - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - org.onap.ccsdk.config.generator - - org.onap.ccsdk.config.generator, - org.onap.ccsdk.config.generator.data, - org.onap.ccsdk.config.generator.service, - org.onap.ccsdk.config.generator.tool - - * - true - - - - - + org.onap.ccsdk.config + 0.3.0-SNAPSHOT + blueprints-generator-provider + bundle + Blueprints Generator - Provider + http://maven.apache.org + + + + org.eclipse.osgi + equinoxSDK381 + ${equinox.osgi.version} + + + org.onap.ccsdk.config + blueprints-model-provider + ${project.version} + + + commons-io + commons-io + 2.5 + + + org.apache.velocity + velocity + 1.7 + + + org.powermock + powermock-api-mockito + 1.6.6 + test + + + org.powermock + powermock-module-junit4 + 1.6.6 + test + + + junit + junit + ${junit.version} + test + + + + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + + org.onap.ccsdk.config.generator + + org.onap.ccsdk.config.generator, + org.onap.ccsdk.config.generator.data, + org.onap.ccsdk.config.generator.service, + org.onap.ccsdk.config.generator.tool + + * + true + + + + + diff --git a/blueprints-processor/plugin/model-provider/pom.xml b/blueprints-processor/plugin/model-provider/pom.xml index 5e75c6afd..7710fbbed 100644 --- a/blueprints-processor/plugin/model-provider/pom.xml +++ b/blueprints-processor/plugin/model-provider/pom.xml @@ -17,81 +17,98 @@ --> - 4.0.0 - - org.onap.ccsdk.config - blueprints-processor-plugin - 0.0.1-SNAPSHOT - - blueprints-model-provider - bundle - Blueprints Model - Provider - http://maven.apache.org + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - - equinoxSDK381 - org.eclipse.osgi - + + org.onap.ccsdk.parent + binding-parent + 1.1.0-SNAPSHOT + + - - org.onap.ccsdk.config - blueprints-rest-adaptor-provider - - - org.onap.ccsdk.config - blueprints-data-adaptor-provider - + org.onap.ccsdk.config + 0.3.0-SNAPSHOT + blueprints-model-provider + bundle + Blueprints Model - Provider + http://maven.apache.org - - org.powermock - powermock-api-mockito - test - - - org.powermock - powermock-module-junit4 - test - - - org.apache.sling - org.apache.sling.testing.osgi-mock - test - - - junit - junit - test - - + + + equinoxSDK381 + org.eclipse.osgi + ${equinox.osgi.version} + + + org.onap.ccsdk.config + blueprints-rest-adaptor-provider + ${project.version} + + + org.onap.ccsdk.config + blueprints-data-adaptor-provider + ${project.version} + + + org.powermock + powermock-api-mockito + 1.6.6 + test + + + org.powermock + powermock-module-junit4 + 1.6.6 + test + + + org.apache.sling + org.apache.sling.testing.osgi-mock + 2.3.2 + test + + + junit + junit + ${junit.version} + test + + - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - org.onap.ccsdk.config.model - org.onap.ccsdk.config.model, - org.onap.ccsdk.config.model.data, - org.onap.ccsdk.config.model.data.api, - org.onap.ccsdk.config.model.data.custom, - org.onap.ccsdk.config.model.data.custom.dict, - org.onap.ccsdk.config.model.domain, - org.onap.ccsdk.config.model.service, - org.onap.ccsdk.config.model.utils, - org.onap.ccsdk.config.model.validator - - * - true - - - - - + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + + org.onap.ccsdk.config.model + org.onap.ccsdk.config.model, + org.onap.ccsdk.config.model.data, + org.onap.ccsdk.config.model.data.api, + org.onap.ccsdk.config.model.data.custom, + org.onap.ccsdk.config.model.data.custom.dict, + org.onap.ccsdk.config.model.domain, + org.onap.ccsdk.config.model.service, + org.onap.ccsdk.config.model.utils, + org.onap.ccsdk.config.model.validator + + * + true + + + + + diff --git a/blueprints-processor/plugin/pom.xml b/blueprints-processor/plugin/pom.xml index ed7822a2a..442499037 100644 --- a/blueprints-processor/plugin/pom.xml +++ b/blueprints-processor/plugin/pom.xml @@ -16,22 +16,25 @@ --> - 4.0.0 - - org.onap.ccsdk.config - blueprints-processor - 0.0.1-SNAPSHOT - - blueprints-processor-plugin - pom - Blueprints Processor Plugins - POM - Blueprints Processor Plugins - POM - - model-provider - assignment-provider - generator-provider - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.1.0-SNAPSHOT + + + 0.3.0-SNAPSHOT + blueprints-processor-plugin + pom + Blueprints Processor Plugins - POM + Blueprints Processor Plugins - POM + + model-provider + assignment-provider + generator-provider + -- cgit 1.2.3-korg