Merge "Revert "Add odlparent relativepath relative to autorelease""
[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.3.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           <version>1.3.1</version>
25           <executions>
26             <execution>
27               <id>Dependency-Convergence</id>
28               <goals>
29                 <goal>enforce</goal>
30               </goals>
31               <configuration>
32                 <rules>
33                   <DependencyConvergence />
34                 </rules>
35               </configuration>
36             </execution>
37           </executions>
38         </plugin>
39         </plugins>
40       </build>
41     </profile>
42   </profiles>
43 </project>