REPOSITORY DEPRECATED
[integration.git] / distributions / virtualization / pom.xml
1 <!--                                                                                                                                     
2 Adapted from David Erickson's Distribution pom.xml                                                                                       
3 see https://git.opendaylight.org/gerrit/#/c/390/                                                                                         
4 -->
5 <project xmlns="http://maven.apache.org/POM/4.0.0"
6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                                                                                    
8 http://maven.apache.org/maven-v4_0_0.xsd">
9   <modelVersion>4.0.0</modelVersion>
10   <parent>
11     <groupId>org.opendaylight.integration</groupId>
12     <artifactId>distributions</artifactId>
13     <version>0.1.0-SNAPSHOT</version>
14     <relativePath>../</relativePath>
15   </parent>
16
17   <artifactId>distributions-virtualization</artifactId>
18   <packaging>pom</packaging>
19   <name>Opendaylight Virtualization Edition</name>
20
21   <dependencies>
22
23     <!-- base distribution -->
24     
25     <dependency>
26       <groupId>org.opendaylight.integration</groupId>
27       <artifactId>distributions-base</artifactId>
28       <version>0.1.0-SNAPSHOT</version>
29       <type>zip</type>
30       <classifier>osgipackage</classifier>
31       <!-- Make sure this isn't included on any classpath-->
32       <scope>provided</scope>
33     </dependency>
34
35     <!-- ovsdb --> 
36     <dependency>
37       <groupId>org.opendaylight.ovsdb</groupId>
38       <artifactId>ovsdb</artifactId>
39       <version>0.4.0-SNAPSHOT</version>
40     </dependency>
41
42     <!-- vtn -->
43
44     <dependency>
45       <groupId>org.opendaylight.vtn</groupId>
46       <artifactId>manager</artifactId>
47       <version>0.1.0-SNAPSHOT</version>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.vtn</groupId>
51       <artifactId>manager.implementation</artifactId>
52       <version>0.1.0-SNAPSHOT</version>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.vtn</groupId>
56       <artifactId>manager.neutron</artifactId>
57       <version>0.1.0-SNAPSHOT</version>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.vtn</groupId>
61       <artifactId>manager.northbound</artifactId>
62       <version>0.1.0-SNAPSHOT</version>
63     </dependency>    
64
65     <!-- defense4all -->
66
67     <dependency>
68       <groupId>org.opendaylight.defense4all</groupId>
69       <artifactId>defense4all.core.impl</artifactId>
70       <version>0.0.1-SNAPSHOT</version>
71     </dependency>
72
73     <dependency>
74       <groupId>org.opendaylight.defense4all</groupId>
75       <artifactId>framework.core.impl</artifactId>
76       <version>0.0.1-SNAPSHOT</version>
77     </dependency>
78     
79     <dependency>
80       <groupId>org.opendaylight.defense4all</groupId>
81       <artifactId>defense4all.restservice</artifactId>
82       <version>0.0.1-SNAPSHOT</version>
83     </dependency>
84
85
86     <!-- affinity -->
87     <dependency>
88       <groupId>org.opendaylight.affinity</groupId>
89       <artifactId>affinity</artifactId>
90       <version>0.4.0-SNAPSHOT</version>
91     </dependency>
92
93     <dependency>
94       <groupId>org.opendaylight.affinity</groupId>
95       <artifactId>affinity.implementation</artifactId>
96       <version>0.4.0-SNAPSHOT</version>
97     </dependency>
98
99     <dependency>
100       <groupId>org.opendaylight.affinity</groupId>
101       <artifactId>affinity.northbound</artifactId>
102       <version>0.4.0-SNAPSHOT</version>
103     </dependency>
104
105     <dependency>
106       <groupId>org.opendaylight.affinity</groupId>
107       <artifactId>l2agent</artifactId>
108       <version>0.4.0-SNAPSHOT</version>
109     </dependency>
110
111     <!--
112     <dependency>
113       <groupId>org.opendaylight.affinity</groupId>
114       <artifactId>model-parent</artifactId>
115       <version>1.0-SNAPSHOT</version>
116     </dependency>
117     -->
118     <dependency>
119       <groupId>org.opendaylight.affinity</groupId>
120       <artifactId>analytics</artifactId>
121       <version>0.4.0-SNAPSHOT</version>
122     </dependency>
123
124     <dependency>
125       <groupId>org.opendaylight.affinity</groupId>
126       <artifactId>analytics.implementation</artifactId>
127       <version>0.4.0-SNAPSHOT</version>
128     </dependency>
129
130     <dependency>
131       <groupId>org.opendaylight.affinity</groupId>
132       <artifactId>analytics.northbound</artifactId>
133       <version>0.4.0-SNAPSHOT</version>
134     </dependency>
135
136     <!-- opendove -->
137
138     <dependency>
139       <groupId>org.opendaylight.opendove</groupId>
140       <artifactId>odmc</artifactId>
141       <version>0.4.0-SNAPSHOT</version>
142     </dependency>
143
144     <dependency>
145       <groupId>org.opendaylight.opendove</groupId>
146       <artifactId>odmc.implementation</artifactId>
147       <version>0.4.0-SNAPSHOT</version>
148     </dependency>
149
150     <dependency>
151       <groupId>org.opendaylight.opendove</groupId>
152       <artifactId>odmc.rest</artifactId>
153       <version>0.4.0-SNAPSHOT</version>
154     </dependency>
155
156     <dependency>
157       <groupId>org.opendaylight.opendove</groupId>
158       <artifactId>odmc.northbound</artifactId>
159       <version>0.4.0-SNAPSHOT</version>
160     </dependency>
161
162     <dependency>
163       <groupId>org.opendaylight.opendove</groupId>
164       <artifactId>odmc.rest.northbound</artifactId>
165       <version>0.4.0-SNAPSHOT</version>
166     </dependency>
167
168     <dependency>
169       <groupId>org.opendaylight.opendove</groupId>
170       <artifactId>odmc.rest.southbound</artifactId>
171       <version>0.4.0-SNAPSHOT</version>
172     </dependency>
173
174   </dependencies>
175   <build>
176     <resources>
177       <resource>
178         <directory>${basedir}/src/main/resources</directory>
179       </resource>
180       <resource>
181         <directory>${project.build.directory}/generated-resources</directory>
182         <filtering>true</filtering>
183       </resource>
184     </resources>
185     <plugins>
186       <plugin>
187         <groupId>org.apache.maven.plugins</groupId>
188         <artifactId>maven-dependency-plugin</artifactId>
189         <version>2.8</version>
190         <executions>
191           <execution>
192             <id>unpack-shared-resources</id>
193             <goals>
194               <goal>unpack-dependencies</goal>
195             </goals>
196             <phase>generate-resources</phase>
197             <configuration>
198              <outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
199              <includeArtifacIds>distributions-base</includeArtifacIds>
200              <includeGroupIds>org.opendaylight.integration</includeGroupIds>
201              <excludeTransitive>true</excludeTransitive>
202              <ignorePermissions>false</ignorePermissions>
203             </configuration>
204           </execution>
205         </executions>
206       </plugin>
207       <plugin>
208         <artifactId>maven-assembly-plugin</artifactId>
209         <executions>
210           <execution>
211             <id>distro-assembly</id>
212             <phase>package</phase>
213             <goals>
214               <goal>single</goal>
215             </goals>
216             <configuration>
217               <descriptors>
218                 <descriptor>src/assemble/bin.xml</descriptor>
219               </descriptors>
220             </configuration>
221           </execution>
222         </executions>
223       </plugin>
224     </plugins>
225   </build>
226 </project>