X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=transcriber%2Fpom.xml;h=b180a872cf4bfa1ce4f3f90d123723244dec58bd;hb=95d5a7cc6829849ffc20c69461ce00d0ac3cf59f;hp=174b0654ce906705305bc366e77389e9606e18e2;hpb=bc3705f4cbace6c7c55b1237f005f92ad38697d1;p=neutron.git diff --git a/transcriber/pom.xml b/transcriber/pom.xml index 174b0654c..b180a872c 100644 --- a/transcriber/pom.xml +++ b/transcriber/pom.xml @@ -4,17 +4,43 @@ org.opendaylight.controller config-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.neutron transcriber - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle ${project.parent.basedir}/src/main/resources ../target/jacoco-it.exec + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + + ${project.build.directory}/META-INF + + + + org.apache.maven.plugins + maven-compiler-plugin + true + + + -Xlint:unchecked + -Xlint:deprecation + + + + + org.opendaylight.neutron @@ -37,4 +63,20 @@ HEAD https://wiki.opendaylight.org/view/NeutronNorthBound:Main + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +