X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fjava-client%2Fpom.xml;h=7ec7afa0457e725532fd86e1fcb0d1f5f7914904;hp=b6fd29696fee57a74e72bbbba1674a0b6b59a951;hb=cc05487db04c93e9c81c4bf2223ad0db7d26307b;hpb=2c6f5bca32d9ef4020228390143b4c2262a416d7 diff --git a/opendaylight/northbound/java-client/pom.xml b/opendaylight/northbound/java-client/pom.xml index b6fd29696f..7ec7afa045 100644 --- a/opendaylight/northbound/java-client/pom.xml +++ b/opendaylight/northbound/java-client/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../../commons/opendaylight @@ -40,9 +40,9 @@ 1.5 - install + package - run + run @@ -72,16 +72,16 @@ -<![CDATA[ -<html> - <head> - <title> OpenDaylight REST API Documentation </title> - </head> - <body> - <h2>OpenDaylight REST API Documentation</h2> - <p> OpenDaylight supports the following <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">Representational State Transfer (REST)</a> APIs: </p> - <h4> -]]> + <![CDATA[ + <html> + <head> + <title> OpenDaylight REST API Documentation </title> + </head> + <body> + <h2>OpenDaylight REST API Documentation</h2> + <p> OpenDaylight supports the following <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">Representational State Transfer (REST)</a> APIs: </p> + <h4> + ]]> @@ -99,12 +99,12 @@ -<![CDATA[ - </h4> - <i>---</i> - </body> -</html> -]]> + <![CDATA[ + </h4> + <i>---</i> + </body> + </html> + ]]> @@ -126,176 +126,99 @@ - org.apache.maven.plugins - maven-install-plugin - 2.5 - - jar - ${project.groupId} - ${project.version} - + org.codehaus.mojo + build-helper-maven-plugin + 1.8 - - default-install - install - - install - - - true - - - - - install-full-client - install - - install-file - - - ${project.artifactId}.full-client - ${java-client} - ${java-client-sources} - - - - - install-full-json-client - install + attach-artifacts + package - install-file + attach-artifact - ${project.artifactId}.full-json-client - ${json-client} - ${json-client-sources} + + + ${java-client} + jar + full-java-client + + + ${java-client-sources} + jar + full-java-client-sources + + + ${json-client} + jar + full-json-client + + + ${json-client-sources} + jar + full-json-client-sources + + - - - org.apache.maven.plugins - maven-deploy-plugin - 2.5 - - jar - true - ${project.groupId} - ${project.version} - ${project.distributionManagement.repository.url} - - - - - default-deploy - deploy - - deploy - - - true - - - - - deploy-full-client - deploy - - deploy-file - - - ${project.artifactId}.full-client - ${java-client} - ${java-client-sources} - - - - - deploy-full-json-client - deploy - - deploy-file - - - ${project.artifactId}.full-json-client - ${json-client} - ${json-client-sources} - - - - - org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller connectionmanager.northbound - 0.1.1-SNAPSHOT org.opendaylight.controller controllermanager.northbound - 0.0.1-SNAPSHOT org.opendaylight.controller flowprogrammer.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller networkconfig.bridgedomain.northbound - 0.0.2-SNAPSHOT org.opendaylight.controller networkconfig.neutron.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller forwarding.staticrouting.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller statistics.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller subnets.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller topology.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller usermanager.northbound - 0.0.1-SNAPSHOT