From: Robert Varga Date: Thu, 4 Oct 2018 09:13:03 +0000 (+0200) Subject: Remove common/parent X-Git-Tag: v3.0.0~9 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=fea245c065527121770afdae6a3bfe926226a124;p=mdsal.git Remove common/parent This parent is not used anywhere and it is rather dysfunctional, remove it. Change-Id: I2f0c78f8a28c612f91997dc1478dd8d296abd6e7 Signed-off-by: Robert Varga --- diff --git a/common/parent/pom.xml b/common/parent/pom.xml deleted file mode 100644 index 5f911fe509..0000000000 --- a/common/parent/pom.xml +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - org.opendaylight.odlparent - odlparent - 4.0.2 - - - - 4.0.0 - mdsal-parent - org.opendaylight.mdsal - 2.7.0-SNAPSHOT - pom - - - ${project.build.directory}/generated-sources/sal - - - - - - org.opendaylight.mdsal - mdsal-artifacts - 2.7.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.1.1 - pom - import - - - - org.apache.maven.shared - maven-verifier - 1.6 - test - - - org.codehaus.groovy - groovy - 2.4.5 - test - - - org.codehaus.groovy - groovy-xml - 2.4.5 - test - - - org.apache.maven - maven-plugin-api - 3.3.3 - - - org.glassfish.jersey.ext - jersey-proxy-client - 2.22 - - - org.glassfish.jersey.core - jersey-client - 2.0 - - - - - - - org.slf4j - slf4j-simple - test - - - - - - - - org.opendaylight.yangtools - yang-maven-plugin - 2.1.1 - - - - generate-sources - - - src/main/yang - - - - org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - ${project.build.directory}/generated-sources/spi - - - org.opendaylight.mdsal.binding.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - ${project.build.directory}/site/models - - - org.opendaylight.mdsal.binding.yang.wadl.generator.maven.WadlGenerator - ${project.build.directory}/site/models - - - true - - - - - - org.opendaylight.mdsal - maven-sal-api-gen-plugin - 0.15.0-SNAPSHOT - jar - - - - - org.ops4j.pax.exam - maven-paxexam-plugin - 1.2.4 - - - generate-config - - generate-depends-file - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - stylesheet.css - - - - attach-javadocs - - jar - - - - - aggregate - - site - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.9.1 - - - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/parser - ${salGeneratorPath} - - - - - - - org.apache.servicemix.tooling - depends-maven-plugin - - - generate-depends-file - - generate-depends-file - - - - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.felix - maven-bundle-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.codehaus.mojo - build-helper-maven-plugin - - - - diff --git a/common/pom.xml b/common/pom.xml index 97f2d2c6de..ad64bcd4ef 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -25,7 +25,6 @@ ${project.artifactId} - parent mdsal-common-api mdsal-common-util