diff --git a/pom.xml b/pom.xml index 233218e..e3104b4 100644 --- a/pom.xml +++ b/pom.xml @@ -15,85 +15,85 @@ limitations under the License. --> - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 org.osc.api - 2.0.0-SNAPSHOT - OSC SDN Controller API - sdn-controller-api - org.osc.api:sdn-controller-api + 2.0.0-SNAPSHOT + OSC SDN Controller API + sdn-controller-api + org.osc.api:sdn-controller-api - - - osc-nexus - https://ci.opensecuritycontroller.org:8081/nexus/content/repositories/releases - + + + osc-nexus + https://ci.opensecuritycontroller.org:8081/nexus/content/repositories/releases + - osc-nexus - https://ci.opensecuritycontroller.org:8081/nexus/content/repositories/osc-snapshot - - - - - - osc-nexus - OSC Nexus - http://ci.opensecuritycontroller.org:8082/nexus/content/repositories/releases - - - - - - org.osgi - osgi.annotation + osc-nexus + https://ci.opensecuritycontroller.org:8081/nexus/content/repositories/osc-snapshot + + + + + + osc-nexus + OSC Nexus + http://ci.opensecuritycontroller.org:8082/nexus/content/repositories/releases + + + + + + org.osgi + osgi.annotation 6.0.1 provided - - + + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.6.0 - - 1.8 - 1.8 - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.0 + + 1.8 + 1.8 + + - - maven-jar-plugin - 2.5 - - - - ${maven.build.timestamp} - ${fullVersion} - + + maven-jar-plugin + 2.5 + + + + ${maven.build.timestamp} + ${fullVersion} + ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - + + + - - org.apache.maven.plugins - maven-source-plugin - 3.0.0 - - - attach-sources - - jar - - - - + + org.apache.maven.plugins + maven-source-plugin + 3.0.0 + + + attach-sources + + jar + + + + - - biz.aQute.bnd - bnd-maven-plugin + + biz.aQute.bnd + bnd-maven-plugin 3.3.0 @@ -103,108 +103,113 @@ - - + + - org.apache.maven.plugins - maven-checkstyle-plugin - 2.15 - - - com.puppycrawl.tools - checkstyle - 6.7 - - - - - verify - - check - - - checkstyle.xml - checkstyle-suppressions.xml - checkstyle.suppressions.file - true - - true - - - - - + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + + com.puppycrawl.tools + checkstyle + 6.7 + + + + + verify + + check + + + checkstyle.xml + checkstyle-suppressions.xml + checkstyle.suppressions.file + true + + true + + + + + - org.codehaus.mojo - findbugs-maven-plugin - 3.0.1 - - Max - High - true - - true - DefaultEncodingDetector - -Xmx1024m - - - - verify - - check - - - - + org.codehaus.mojo + findbugs-maven-plugin + 3.0.1 + + Max + High + true + + true + DefaultEncodingDetector + -Xmx1024m + + + + verify + + check + + + + - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - deploy - - jar - true + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + deploy + + jar + true ${deployFileUrl} - ${project.artifactId} - ${project.groupId} - ${project.version} - ${project.build.directory}/${project.build.finalName}.jar - - - - - - maven-antrun-plugin - 1.7 - - - extract-release-version - validate - - run - - - - - - - - - - - - - - Full Version: ${fullVersion} + ${project.artifactId} + ${project.groupId} + ${project.version} + ${project.build.directory}/${project.build.finalName}.jar + + + + + + maven-antrun-plugin + 1.7 + + + extract-release-version + validate + + run + + + + + + + + + + + + + + Full Version: ${fullVersion} Version: ${releaseVersion} - - true - - - - + + true + + + + org.apache.maven.plugins maven-enforcer-plugin @@ -219,9 +224,12 @@ project.version - The project version must be set. + The project version must be + set. ${releaseVersion} - The project version is ${project.version} but it must be ${releaseVersion}. + The project version is + ${project.version} but it must + be ${releaseVersion}. true @@ -230,25 +238,28 @@ - biz.aQute.bnd - bnd-baseline-maven-plugin - 3.3.0 - - true - false - true - false - - - - baseline - - baseline - - - - - + biz.aQute.bnd + bnd-baseline-maven-plugin + 3.3.0 + + true + false + true + false + + 1.0.0 + + + + + baseline + + baseline + + + + + org.apache.maven.plugins maven-javadoc-plugin 2.10.4 @@ -261,36 +272,36 @@ - - + + - - - org.codehaus.mojo - findbugs-maven-plugin - 3.0.1 - - Max - High - DefaultEncodingDetector - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.15 - - checkstyle.xml - - - - - checkstyle - - - - - - + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.1 + + Max + High + DefaultEncodingDetector + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + checkstyle.xml + + + + + checkstyle + + + + + + \ No newline at end of file