d82f8b436bde5deb15b64d37652b30ccf34d6f5a
[yangtools.git] / third-party / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     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.yangtools</groupId>
6         <artifactId>yangtools</artifactId>
7         <version>0.5-SNAPSHOT</version>
8     </parent>
9     <groupId>org.opendaylight.yangtools.thirdparty</groupId>
10     <artifactId>third-party-parent</artifactId>
11     <packaging>pom</packaging>
12     <scm>
13         <connection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</connection>
14         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
15         <url>https://wiki.opendaylight.org/view/YANG_Tools:Third-Party</url>
16     </scm>
17
18     <modules>
19         <module>xtend-lib-osgi</module>
20     </modules>
21
22     <build>
23         <plugins>
24             <plugin>
25                 <groupId>org.apache.felix</groupId>
26                 <artifactId>maven-bundle-plugin</artifactId>
27                 <extensions>true</extensions>
28             </plugin>
29         </plugins>
30     </build>
31 </project>