1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.opendaylight</artifactId>
7 <version>1.4.2-SNAPSHOT</version>
8 <relativePath>../../commons/opendaylight</relativePath>
10 <artifactId>networkconfig.neutron</artifactId>
11 <version>0.4.2-SNAPSHOT</version>
12 <packaging>bundle</packaging>
14 <enunciate.version>1.26.2</enunciate.version>
18 <groupId>commons-net</groupId>
19 <artifactId>commons-net</artifactId>
22 <groupId>org.opendaylight.controller</groupId>
23 <artifactId>clustering.services</artifactId>
26 <groupId>org.opendaylight.controller</groupId>
27 <artifactId>configuration</artifactId>
30 <groupId>org.opendaylight.controller</groupId>
31 <artifactId>sal</artifactId>
37 <groupId>org.apache.felix</groupId>
38 <artifactId>maven-bundle-plugin</artifactId>
39 <extensions>true</extensions>
42 <Import-Package>org.opendaylight.controller.configuration,
43 org.opendaylight.controller.clustering.services,
44 org.opendaylight.controller.sal.core,
45 org.opendaylight.controller.sal.utils,
47 org.apache.commons.net.util,
48 org.osgi.service.component,
50 javax.xml.bind.annotation</Import-Package>
52 <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
58 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
59 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
61 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
63 <distributionManagement>
64 <!-- OpenDayLight Released artifact -->
66 <id>opendaylight-release</id>
67 <url>${nexusproxy}/repositories/${nexus.repository.release}/</url>
69 <!-- OpenDayLight Snapshot artifact -->
71 <id>opendaylight-snapshot</id>
72 <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
74 <!-- Site deployment -->
77 <url>${sitedeploy}</url>
79 </distributionManagement>