From 5cfbc703cbf0183b76fb9d8157ffb860f429ec26 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 20 Sep 2016 15:09:55 +0200 Subject: HONEYCOMB-202: Honeycomb-parent pom As a replacement for: odlparent-lite + odlparent + bundle-parent + binding-parent + config-parent Change-Id: I68054fe548a627a92978d5aa399f5d4aea6b9703 Signed-off-by: Maros Marsalek --- common/minimal-distribution-parent/pom.xml | 231 ++--------------------------- 1 file changed, 13 insertions(+), 218 deletions(-) (limited to 'common/minimal-distribution-parent') diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 15d851a69..41367b2a7 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -18,20 +18,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.opendaylight.odlparent - odlparent - 1.6.2-Beryllium-SR2 - + io.fd.honeycomb.common + impl-parent + 1.16.12-SNAPSHOT + ../impl-parent 4.0.0 - io.fd.honeycomb.common minimal-distribution-parent 1.16.12-SNAPSHOT pom - http://nexus.fd.io/content #!/bin/sh - STATUS=100 @@ -50,19 +48,13 @@ done -Xms32m -Xmx128m -XX:MetaspaceSize=32m -XX:MaxMetaspaceSize=128m -client -Xms20m -Xmx32m -XX:MetaspaceSize=5m -XX:MaxMetaspaceSize=32m -XX:MaxMetaspaceExpansion=1m -Xss512k -XX:+UseSerialGC -Djava.compiler=NONE -Xverify:none -noverify -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 - 4.1.0 - 1.2.0 - 1.3.2-Beryllium-SR2 - 1.0.2-Beryllium-SR2 + + 1.19.1 9.3.11.v20160721 3.1.0 - 0.8.2-Beryllium-SR2 - 1.3.2-Beryllium-SR2 - 2.0.2-Beryllium-SR2 5.0.0 - 4.11 @@ -71,57 +63,6 @@ done - - org.opendaylight.controller - mdsal-artifacts - ${mdsal.controller.version} - pom - import - - - org.opendaylight.mdsal - mdsal-artifacts - ${mdsal.version} - pom - import - - - org.opendaylight.netconf - netconf-artifacts - ${netconf.version} - pom - import - - - org.opendaylight.netconf - restconf-artifacts - ${restconf.version} - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - ${yangtools.version} - pom - import - - - - com.google.inject - guice - ${guice.version} - - - net.jmob - guice.conf - ${guice.config.version} - - - com.google.inject.extensions - guice-multibindings - ${guice.version} - org.eclipse.jetty @@ -164,14 +105,6 @@ done org.osgi.core ${osgi.core.version} - - - - junit - junit - ${junit.version} - test - @@ -179,107 +112,6 @@ done - - maven-checkstyle-plugin - - - honeycomb-checkstyle.xml - true - - - - - - - check-license - - check - - process-sources - - HONEYCOMB_LICENSE.txt - true - true - ${project.build.directory}/checkstyle-license-result.xml - - - - - - check-logging - - check - - process-sources - - true - honeycomb-checkstyle-logging.xml - true - true - ${project.basedir} - **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang - **\/target\/,**\/bin\/,**\/target-ide\/,**\/src/main/yang-gen-config\/,**\/src/main/yang-gen-sal\/,**\/src/main/xtend-gen\/,**\/src/main/yang\/ - ${project.build.directory}/checkstyle-logging-result.xml - - - - - check - - process-sources - - - - - io.fd.honeycomb.common - honeycomb-checkstyle - - 1.16.12-SNAPSHOT - - - - org.opendaylight.yangtools - checkstyle-logging - ${yangtools.version} - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - - javac-with-errorprone - true - true - 1.8 - 1.8 - - - - org.codehaus.plexus - plexus-compiler-javac-errorprone - 2.5 - - - - com.google.errorprone - error_prone_core - 2.0.9 - - - org.apache.maven.plugins maven-jar-plugin @@ -419,57 +251,20 @@ done - maven-checkstyle-plugin + org.codehaus.gmaven + groovy-maven-plugin org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - unpack-license - none - unpack - - + maven-jar-plugin org.apache.maven.plugins - maven-compiler-plugin - - - javac-with-errorprone - true - true - 1.8 - 1.8 - - - - org.codehaus.plexus - plexus-compiler-javac-errorprone - 2.5 - - - - com.google.errorprone - error_prone_core - 2.0.9 - - + maven-dependency-plugin + + + maven-assembly-plugin - - - - fdio-release - ${nexusproxy}/repositories/fd.io.release/ - - - fdio-snapshot - ${nexusproxy}/repositories/fd.io.snapshot/ - - -- cgit 1.2.3-korg