X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fjava-client%2Fpom.xml;h=a4bcde461ecb9c21433d4b93d7206cea6af8df8c;hp=b6fd29696fee57a74e72bbbba1674a0b6b59a951;hb=refs%2Fchanges%2F39%2F11739%2F4;hpb=f8e25f0e3d6196b5d3625c94a52ed5a6ab3fe5a7 diff --git a/opendaylight/northbound/java-client/pom.xml b/opendaylight/northbound/java-client/pom.xml index b6fd29696f..a4bcde461e 100644 --- a/opendaylight/northbound/java-client/pom.xml +++ b/opendaylight/northbound/java-client/pom.xml @@ -4,116 +4,143 @@ org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - northbound.client - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT pom ${project.build.directory}/rest-api-docs ${project.build.directory}/enunciate/build/java-client/full-client.jar ${project.build.directory}/enunciate/build/java-client/full-client-sources.jar - ${project.build.directory}/enunciate/build/java-client/full-json-client.jar - ${project.build.directory}/enunciate/build/java-client/full-json-client-sources.jar + + + org.codehaus.enunciate + enunciate-core-annotations + + + + + org.opendaylight.controller + connectionmanager.northbound + + + org.opendaylight.controller + controllermanager.northbound + + + org.opendaylight.controller + flowprogrammer.northbound + + + org.opendaylight.controller + forwarding.staticrouting.northbound + + + org.opendaylight.controller + hosttracker.northbound + + + org.opendaylight.controller + networkconfig.bridgedomain.northbound + + + org.opendaylight.controller + networkconfig.neutron.northbound + + + org.opendaylight.controller + statistics.northbound + + + org.opendaylight.controller + subnets.northbound + + + org.opendaylight.controller + switchmanager.northbound + + + org.opendaylight.controller + topology.northbound + + + org.opendaylight.controller + usermanager.northbound + + + - - org.codehaus.enunciate - maven-enunciate-plugin - ${enunciate.version} - org.apache.maven.plugins maven-antrun-plugin - 1.5 - - - install - - run - - - - + - - + + - + - - - + + + - + - + + + + + + + - -<![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> + ]]> + + - - - + + + - -<![CDATA[ - </h4> - <i>---</i> - </body> -</html> -]]> - + <![CDATA[ + </h4> + <i>---</i> + </body> + </html> + ]]> - + - + - - + + @@ -123,179 +150,53 @@ 20020829 - - - - org.apache.maven.plugins - maven-install-plugin - 2.5 - - jar - ${project.groupId} - ${project.version} - - - 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 - install-file + run - - ${project.artifactId}.full-json-client - ${json-client} - ${json-client-sources} - + package + + org.codehaus.enunciate + maven-enunciate-plugin + - org.apache.maven.plugins - maven-deploy-plugin - 2.5 - - jar - true - ${project.groupId} - ${project.version} - ${project.distributionManagement.repository.url} - + org.codehaus.mojo + build-helper-maven-plugin - - default-deploy - deploy + attach-artifacts - deploy + attach-artifact + package - true + + + ${java-client} + jar + full-java-client + + + ${java-client-sources} + jar + full-java-client-sources + + - - - 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 - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main +