Clean up pom.xml of archetypes projects (not archetypes content)
[controller.git] / opendaylight / archetypes / 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
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>commons.opendaylight</artifactId>
8     <version>1.7.0-SNAPSHOT</version>
9     <relativePath>../commons/opendaylight</relativePath>
10   </parent>
11
12   <groupId>org.opendaylight.controller.archetypes</groupId>
13   <artifactId>archetypes-parent</artifactId>
14   <version>0.4.0-SNAPSHOT</version>
15   <packaging>pom</packaging>
16
17   <build>
18     <extensions>
19       <extension>
20         <groupId>org.apache.maven.archetype</groupId>
21         <artifactId>archetype-packaging</artifactId>
22         <version>2.4</version>
23       </extension>
24     </extensions>
25     <pluginManagement>
26       <plugins>
27         <plugin>
28           <artifactId>maven-archetype-plugin</artifactId>
29           <version>2.4</version>
30           <dependencies>
31             <dependency>
32               <groupId>commons-lang</groupId>
33               <artifactId>commons-lang</artifactId>
34               <version>2.6</version>
35             </dependency>
36           </dependencies>
37         </plugin>
38       </plugins>
39     </pluginManagement>
40   </build>
41
42   <modules>
43     <module>odl-model-project</module>
44     <module>opendaylight-configfile-archetype</module>
45     <module>opendaylight-karaf-distro-archetype</module>
46     <module>opendaylight-karaf-features</module>
47     <module>opendaylight-startup</module>
48   </modules>
49 </project>