Update opendove artifacts in virtualization pom
[integration/distribution.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.neutron</artifactId>
39       <version>0.5.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     <dependency>
65       <groupId>org.opendaylight.vtn</groupId>
66       <artifactId>distribution.vtn-coordinator</artifactId>
67       <version>5.0.0.0-SNAPSHOT</version>
68       <type>tar.bz2</type>
69       <classifier>bin</classifier>
70     </dependency>
71
72     <!-- defense4all -->
73
74     <dependency>
75       <groupId>org.opendaylight.defense4all</groupId>
76       <artifactId>defense4all.core.impl</artifactId>
77       <version>0.0.1-SNAPSHOT</version>
78     </dependency>
79
80     <dependency>
81       <groupId>org.opendaylight.defense4all</groupId>
82       <artifactId>framework.core.impl</artifactId>
83       <version>0.0.1-SNAPSHOT</version>
84     </dependency>
85     
86     <dependency>
87       <groupId>org.opendaylight.defense4all</groupId>
88       <artifactId>defense4all.restservice</artifactId>
89       <version>0.0.1-SNAPSHOT</version>
90     </dependency>
91
92
93     <!-- affinity -->
94     <dependency>
95       <groupId>org.opendaylight.affinity</groupId>
96       <artifactId>affinity</artifactId>
97       <version>0.4.1-SNAPSHOT</version>
98     </dependency>
99
100     <dependency>
101       <groupId>org.opendaylight.affinity</groupId>
102       <artifactId>affinity.implementation</artifactId>
103       <version>0.4.1-SNAPSHOT</version>
104     </dependency>
105
106     <dependency>
107       <groupId>org.opendaylight.affinity</groupId>
108       <artifactId>affinity.northbound</artifactId>
109       <version>0.4.1-SNAPSHOT</version>
110     </dependency>
111
112     <dependency>
113       <groupId>org.opendaylight.affinity</groupId>
114       <artifactId>flatl2</artifactId>
115       <version>0.4.1-SNAPSHOT</version>
116     </dependency>
117
118     <dependency>
119       <groupId>org.opendaylight.affinity</groupId>
120       <artifactId>l2agent</artifactId>
121       <version>0.4.1-SNAPSHOT</version>
122     </dependency>
123
124     <dependency>
125       <groupId>org.opendaylight.affinity</groupId>
126       <artifactId>analytics</artifactId>
127       <version>0.4.1-SNAPSHOT</version>
128     </dependency>
129
130     <dependency>
131       <groupId>org.opendaylight.affinity</groupId>
132       <artifactId>analytics.implementation</artifactId>
133       <version>0.4.1-SNAPSHOT</version>
134     </dependency>
135
136     <dependency>
137       <groupId>org.opendaylight.affinity</groupId>
138       <artifactId>analytics.northbound</artifactId>
139       <version>0.4.1-SNAPSHOT</version>
140     </dependency>
141
142     <!-- opendove -->
143
144     <dependency>
145       <groupId>org.opendaylight.opendove</groupId>
146       <artifactId>odmc</artifactId>
147       <version>0.5.0-SNAPSHOT</version>
148     </dependency>
149
150     <dependency>
151       <groupId>org.opendaylight.opendove</groupId>
152       <artifactId>odmc.implementation</artifactId>
153       <version>0.5.0-SNAPSHOT</version>
154     </dependency>
155
156     <dependency>
157       <groupId>org.opendaylight.opendove</groupId>
158       <artifactId>odmc.rest</artifactId>
159       <version>0.5.0-SNAPSHOT</version>
160     </dependency>
161
162
163     <dependency>
164       <groupId>org.opendaylight.opendove</groupId>
165       <artifactId>odmc.rest.northbound</artifactId>
166       <version>0.5.0-SNAPSHOT</version>
167     </dependency>
168
169     <dependency>
170       <groupId>org.opendaylight.opendove</groupId>
171       <artifactId>odmc.rest.southbound</artifactId>
172       <version>0.5.0-SNAPSHOT</version>
173     </dependency>
174
175   </dependencies>
176   <build>
177     <resources>
178       <resource>
179         <directory>${basedir}/src/main/resources</directory>
180       </resource>
181       <resource>
182         <directory>${project.build.directory}/generated-resources</directory>
183         <filtering>true</filtering>
184       </resource>
185     </resources>
186     <plugins>
187       <plugin>
188         <groupId>org.apache.maven.plugins</groupId>
189         <artifactId>maven-dependency-plugin</artifactId>
190         <version>2.8</version>
191         <executions>
192           <execution>
193             <id>unpack-shared-resources</id>
194             <goals>
195               <goal>unpack-dependencies</goal>
196             </goals>
197             <phase>generate-resources</phase>
198             <configuration>
199              <outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
200              <includeArtifacIds>distributions-base</includeArtifacIds>
201              <includeGroupIds>org.opendaylight.integration</includeGroupIds>
202              <excludeTransitive>true</excludeTransitive>
203              <ignorePermissions>false</ignorePermissions>
204             </configuration>
205           </execution>
206         </executions>
207       </plugin>
208       <plugin>
209         <artifactId>maven-assembly-plugin</artifactId>
210         <executions>
211           <execution>
212             <id>distro-assembly</id>
213             <phase>package</phase>
214             <goals>
215               <goal>single</goal>
216             </goals>
217             <configuration>
218               <descriptors>
219                 <descriptor>src/assemble/bin.xml</descriptor>
220               </descriptors>
221             </configuration>
222           </execution>
223         </executions>
224       </plugin>
225     </plugins>
226   </build>
227 </project>