Merge "Bug 1919 Bug 1927 copy bundles for karaf standard features into system/"
[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   <prerequisites>
5     <maven>3.0</maven>
6   </prerequisites>
7   <parent>
8     <groupId>org.opendaylight.integration</groupId>
9     <artifactId>root</artifactId>
10     <version>0.2.0-SNAPSHOT</version>
11     <relativePath>../</relativePath>
12   </parent>
13   <artifactId>distributions</artifactId>
14   <name>OpenDaylight Distributions</name>
15   <packaging>pom</packaging>
16   <modules>
17     <module>base/</module>
18     <module>virtualization/</module>
19     <module>serviceprovider/</module>
20     <module>extra/toaster</module>
21     <module>extra/karaf</module>
22   </modules>
23   <profiles>
24     <profile>
25       <id>dependencyConvergence</id>
26       <build>
27         <plugins>
28         <plugin>
29           <groupId>org.apache.maven.plugins</groupId>
30           <artifactId>maven-enforcer-plugin</artifactId>
31           <version>1.3.1</version>
32           <executions>
33             <execution>
34               <id>Dependency-Convergence</id>
35               <goals>
36                 <goal>enforce</goal>
37               </goals>
38               <configuration>
39                 <rules>
40                   <DependencyConvergence />
41                 </rules>
42               </configuration>
43             </execution>
44           </executions>
45         </plugin>
46         </plugins>
47       </build>
48     </profile>
49   </profiles>
50 </project>