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 --- blueprints-processor/plugin/model-provider/pom.xml | 163 ++++++++++++--------- 1 file changed, 90 insertions(+), 73 deletions(-) (limited to 'blueprints-processor/plugin/model-provider') 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 + + + + + -- cgit 1.2.3-korg