From 226725a03a77f69880fdc589f088fce71acd5882 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 11 May 2018 09:06:09 -0700 Subject: Changes to fix artifact handler Change-Id: I49d6210898eb974401099ab73b2dd7f16e81229c Signed-off-by: Patrick Brady Issue-ID: APPC-891 --- appc-inbound/appc-artifact-handler/model/pom.xml | 107 ++++++----------------- 1 file changed, 25 insertions(+), 82 deletions(-) (limited to 'appc-inbound/appc-artifact-handler/model') diff --git a/appc-inbound/appc-artifact-handler/model/pom.xml b/appc-inbound/appc-artifact-handler/model/pom.xml index 40b3ada28..41101e21d 100755 --- a/appc-inbound/appc-artifact-handler/model/pom.xml +++ b/appc-inbound/appc-artifact-handler/model/pom.xml @@ -41,7 +41,7 @@ !com.google.common.collect,* - * + guava @@ -77,86 +77,27 @@ - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - - python - - scripts/python/yang2props.py - src/main/yang/artifact-handler.yang - target/artifact-handler.properties - - - generation - generate-resources - - exec - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/artifact-handler.properties - properties - artifact-handler - - - - - - + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + yang + initialize + + install-file + + + ${project.basedir}/src/main/yang/artifact-handler.yang + ${project.groupId} + ${project.artifactId} + ${project.version} + yang + + + + - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.codehaus.mojo - - - exec-maven-plugin - - - [1.2.1,) - - - exec - - - - - - - - - - - - @@ -170,12 +111,14 @@ org.opendaylight.mdsal.model ietf-inet-types - ${odl.ietf-inet-types.version} org.opendaylight.mdsal.model ietf-yang-types - ${odl.ietf-yang-types.version} + + + com.google.guava + guava -- cgit 1.2.3-korg