X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fparent%2Fpom.xml;h=8f9a67ace4c4dfec959810b0c2e4d5cde4abe52a;hb=09448edfef890811a8549100232c4a4fa860f48d;hp=812b59665b6bc28d03f66b6973ab993aaf55e7f9;hpb=ddc36cb36576b582c885fbb263192e25e753fdc0;p=yangtools.git diff --git a/common/parent/pom.xml b/common/parent/pom.xml index 812b59665b..8f9a67ace4 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -13,26 +13,21 @@ org.opendaylight.odlparent odlparent - 1.5.0-SNAPSHOT + 1.6.4-SNAPSHOT 4.0.0 yangtools-parent org.opendaylight.yangtools - 0.7.0-SNAPSHOT + 0.8.4-SNAPSHOT pom - 0.7.0-SNAPSHOT + 0.8.4-SNAPSHOT 1.2 - 2.9.1 - 2.4 - jacoco - target/code-coverage/jacoco.exec - target/code-coverage/jacoco-it.exec @@ -41,79 +36,46 @@ org.apache.maven.shared maven-verifier - 1.5 - test - - - equinoxSDK381 - org.eclipse.osgi - 3.8.1.v20120830-144521 + 1.6 test org.codehaus.groovy groovy - 2.1.6 + 2.4.5 test org.codehaus.groovy groovy-xml - 2.1.6 - test - - - xmlunit - xmlunit - 1.5 + 2.4.5 test org.apache.maven maven-core - 3.1.1 + 3.3.3 org.apache.maven maven-plugin-api - 3.1.1 - - - org.javassist - javassist - ${javassist.version} - - - xml-apis - xml-apis - 2.0.2 + 3.3.3 org.eclipse.xtend org.eclipse.xtend.lib - 2.7.3 - - - org.osgi - org.osgi.core - 5.0.0 - provided - - - javax.ws.rs - javax.ws.rs-api - 2.0 + 2.8.4 org.glassfish.jersey.ext jersey-proxy-client - 2.0 + 2.22 org.glassfish.jersey.core jersey-client - 2.0 + 2.22 @@ -123,6 +85,12 @@ import pom + + + org.antlr + antlr4-runtime + 4.5.1 + @@ -161,7 +129,6 @@ org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true @@ -248,7 +215,7 @@ - + @@ -291,16 +258,16 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - [2.12,) - - check - + + org.antlr + antlr4-maven-plugin + [4.0,) + + antlr4 + - + @@ -310,7 +277,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.7.0-SNAPSHOT + 0.8.4-SNAPSHOT @@ -318,36 +285,10 @@ src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - target/generated-sources/sal - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/restconf - - - org.opendaylight.yangtools.yang.wadl.generator.maven.WadlGenerator - target/site/restconf - - true - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - 0.7.0-SNAPSHOT - jar - - org.ops4j.pax.exam @@ -387,7 +328,7 @@ org.codehaus.mojo build-helper-maven-plugin - 1.8 + 1.9.1 generate-sources @@ -407,7 +348,7 @@ org.eclipse.xtend xtend-maven-plugin - 2.7.3 + 2.8.4 @@ -432,6 +373,19 @@ + + + org.antlr + antlr4-maven-plugin + 4.5.1 + + + + antlr4 + + + + @@ -524,58 +478,19 @@ - - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs.maven.plugin.version} - - Max - Low - site - - - - org.codehaus.mojo - jdepend-maven-plugin - ${jdepend.maven.plugin.version} - - - - + - - - - opendaylight-mirror - opendaylight-mirror - http://nexus.opendaylight.org/content/groups/public/ - - false - - - true - never - - + The following configuration is necessary for maven-site-plugin to + correctly identify the correct deployment path for OpenDaylight Maven + sites. + --> + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-snapshot - opendaylight-snapshot - http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ - - true - - - false - - - + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +