BUG-980: stop emiting copyright
[controller.git] / opendaylight / containermanager / api / pom.xml
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>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>commons.opendaylight</artifactId>
7     <version>1.4.2-SNAPSHOT</version>
8     <relativePath>../../commons/opendaylight</relativePath>
9   </parent>
10
11   <artifactId>containermanager</artifactId>
12   <version>0.5.2-SNAPSHOT</version>
13   <packaging>bundle</packaging>
14   <dependencies>
15     <dependency>
16       <groupId>org.opendaylight.controller</groupId>
17       <artifactId>configuration</artifactId>
18     </dependency>
19     <dependency>
20       <groupId>org.opendaylight.controller</groupId>
21       <artifactId>sal</artifactId>
22     </dependency>
23   </dependencies>
24
25   <build>
26     <plugins>
27       <plugin>
28         <groupId>org.apache.felix</groupId>
29         <artifactId>maven-bundle-plugin</artifactId>
30         <version>${bundle.plugin.version}</version>
31         <extensions>true</extensions>
32         <configuration>
33           <instructions>
34             <Import-Package>org.opendaylight.controller.configuration,
35               org.opendaylight.controller.sal.authorization,
36               org.opendaylight.controller.sal.utils,
37               org.opendaylight.controller.sal.core,
38               org.opendaylight.controller.sal.action,
39               org.opendaylight.controller.sal.match,
40               org.opendaylight.controller.sal.packet,
41               org.opendaylight.controller.sal.reader,
42               org.slf4j,
43               javax.xml.bind.annotation,
44               javax.xml.bind</Import-Package>
45             <Export-Package>org.opendaylight.controller.containermanager</Export-Package>
46           </instructions>
47           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
48         </configuration>
49       </plugin>
50     </plugins>
51   </build>
52   <scm>
53     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
54     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
55     <tag>HEAD</tag>
56     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
57   </scm>
58 </project>