Silent false positive, and enhance real error message
[controller.git] / opendaylight / northbound / networkconfiguration / neutron / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
2     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
3     <modelVersion>4.0.0</modelVersion>\r
4     <parent>\r
5         <groupId>org.opendaylight.controller</groupId>\r
6         <artifactId>commons.opendaylight</artifactId>\r
7         <version>1.4.0-SNAPSHOT</version>\r
8         <relativePath>../../../commons/opendaylight</relativePath>\r
9     </parent>\r
10     <properties>\r
11         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
12         <enunciate.version>1.26.2</enunciate.version>\r
13     </properties>\r
14 \r
15     <distributionManagement>\r
16         <!-- OpenDayLight Released artifact -->\r
17         <repository>\r
18             <id>opendaylight-release</id>\r
19             <url>${nexusproxy}/repositories/opendaylight.release/</url>\r
20         </repository>\r
21         <!-- OpenDayLight Snapshot artifact -->\r
22         <snapshotRepository>\r
23             <id>opendaylight-snapshot</id>\r
24             <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>\r
25         </snapshotRepository>\r
26         <!-- Site deployment -->\r
27         <site>\r
28             <id>website</id>\r
29             <url>${sitedeploy}</url>\r
30         </site>\r
31     </distributionManagement>\r
32     <groupId>org.opendaylight.controller</groupId>\r
33     <artifactId>networkconfig.neutron.northbound</artifactId>\r
34     <version>0.4.0-SNAPSHOT</version>\r
35     <packaging>bundle</packaging>\r
36 \r
37     <build>\r
38         <plugins>\r
39             <plugin>\r
40                 <groupId>org.codehaus.enunciate</groupId>\r
41                 <artifactId>maven-enunciate-plugin</artifactId>\r
42             </plugin>\r
43             <plugin>\r
44                 <groupId>org.apache.felix</groupId>\r
45                 <artifactId>maven-bundle-plugin</artifactId>\r
46                 <version>2.3.6</version>\r
47                 <extensions>true</extensions>\r
48                 <configuration>\r
49                     <instructions>\r
50                         <Import-Package>\r
51                             org.opendaylight.controller.sal.utils,\r
52                             org.opendaylight.controller.containermanager,\r
53                             org.opendaylight.controller.northbound.commons,\r
54                             org.opendaylight.controller.northbound.commons.exception,\r
55                             org.opendaylight.controller.northbound.commons.utils,\r
56                             org.opendaylight.controller.networkconfig.neutron,\r
57                             org.eclipse.persistence.jaxb.rs,\r
58                             com.sun.jersey.spi.container.servlet,\r
59                             javax.ws.rs,\r
60                             javax.ws.rs.core,\r
61                             javax.xml.bind.annotation,\r
62                             javax.xml.bind,\r
63                             org.slf4j,\r
64                             !org.codehaus.enunciate.jaxrs\r
65                         </Import-Package>\r
66                         <Web-ContextPath>/controller/nb/v2/neutron</Web-ContextPath>\r
67                     </instructions>\r
68                     <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>\r
69                 </configuration>\r
70             </plugin>\r
71         </plugins>\r
72     </build>\r
73     <dependencies>\r
74         <dependency>\r
75             <groupId>org.opendaylight.controller.thirdparty</groupId>\r
76             <artifactId>com.sun.jersey.jersey-servlet</artifactId>\r
77             <version>1.17-SNAPSHOT</version>\r
78         </dependency>\r
79         <dependency>\r
80             <groupId>org.opendaylight.controller</groupId>\r
81             <artifactId>containermanager</artifactId>\r
82             <version>0.4.0-SNAPSHOT</version>\r
83         </dependency>\r
84         <dependency>\r
85             <groupId>org.opendaylight.controller</groupId>\r
86             <artifactId>sal</artifactId>\r
87             <version>0.5.0-SNAPSHOT</version>\r
88         </dependency>\r
89         <dependency>\r
90             <groupId>org.opendaylight.controller</groupId>\r
91             <artifactId>commons.northbound</artifactId>\r
92             <version>0.4.0-SNAPSHOT</version>\r
93         </dependency>\r
94         <dependency>\r
95             <groupId>org.opendaylight.controller</groupId>\r
96             <artifactId>networkconfig.neutron</artifactId>\r
97             <version>0.4.0-SNAPSHOT</version>\r
98         </dependency>\r
99         <dependency>\r
100             <groupId>org.codehaus.enunciate</groupId>\r
101             <artifactId>enunciate-core-annotations</artifactId>\r
102             <version>${enunciate.version}</version>\r
103         </dependency>\r
104         <dependency>\r
105             <groupId>org.eclipse.persistence</groupId>\r
106             <artifactId>org.eclipse.persistence.moxy</artifactId>\r
107             <version>2.5.0</version>\r
108         </dependency>\r
109         <dependency>\r
110             <groupId>org.eclipse.persistence</groupId>\r
111             <artifactId>org.eclipse.persistence.core</artifactId>\r
112             <version>2.5.0</version>\r
113         </dependency>\r
114         <dependency>\r
115             <groupId>org.eclipse.persistence</groupId>\r
116             <artifactId>org.eclipse.persistence.antlr</artifactId>\r
117             <version>2.5.0</version>\r
118         </dependency>\r
119     </dependencies>\r
120 </project>