99f7c73348bd223971c3c5915f0c6f71bee2f216
[integration/distribution.git] / distributions / 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.integration</groupId>
6     <artifactId>root</artifactId>
7     <version>0.4.0-SNAPSHOT</version>
8     <relativePath>../</relativePath>
9   </parent>
10   <artifactId>distributions</artifactId>
11   <name>OpenDaylight Distributions</name>
12   <packaging>pom</packaging>
13   <modules>
14     <module>karaf</module>
15   </modules>
16   <profiles>
17     <profile>
18       <id>dependencyConvergence</id>
19       <build>
20         <plugins>
21         <plugin>
22           <groupId>org.apache.maven.plugins</groupId>
23           <artifactId>maven-enforcer-plugin</artifactId>
24           <executions>
25             <execution>
26               <id>Dependency-Convergence</id>
27               <goals>
28                 <goal>enforce</goal>
29               </goals>
30               <configuration>
31                 <rules>
32                   <DependencyConvergence />
33                 </rules>
34               </configuration>
35             </execution>
36           </executions>
37         </plugin>
38         </plugins>
39       </build>
40     </profile>
41   </profiles>
42 </project>