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     <module>test</module>
16   </modules>
17   <profiles>
18     <profile>
19       <id>dependencyConvergence</id>
20       <build>
21         <plugins>
22         <plugin>
23           <groupId>org.apache.maven.plugins</groupId>
24           <artifactId>maven-enforcer-plugin</artifactId>
25           <version>1.3.1</version>
26           <executions>
27             <execution>
28               <id>Dependency-Convergence</id>
29               <goals>
30                 <goal>enforce</goal>
31               </goals>
32               <configuration>
33                 <rules>
34                   <DependencyConvergence />
35                 </rules>
36               </configuration>
37             </execution>
38           </executions>
39         </plugin>
40         </plugins>
41       </build>
42     </profile>
43   </profiles>
44 </project>