3646505ac8e0485f7d0d273b40dc29dca67d4455
[groupbasedpolicy.git] / groupbasedpolicy-ofoverlay-config / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13       <groupId>org.opendaylight.groupbasedpolicy</groupId>
14       <artifactId>commons.groupbasedpolicy</artifactId>
15       <version>0.1.3-Helium-SR3</version>
16       <relativePath>../commons/parent</relativePath>
17     </parent>
18
19     <groupId>org.opendaylight.groupbasedpolicy</groupId>
20     <artifactId>groupbasedpolicy-ofoverlay-config</artifactId>
21     <description>Controller Configuration files for groupbasedpolicy</description>
22     <packaging>jar</packaging>
23     <build>
24       <plugins>
25           <plugin>
26           <groupId>org.codehaus.mojo</groupId>
27           <artifactId>build-helper-maven-plugin</artifactId>
28           <executions>
29             <execution>
30               <id>attach-artifacts</id>
31               <goals>
32                 <goal>attach-artifact</goal>
33               </goals>
34               <phase>package</phase>
35               <configuration>
36                 <artifacts>
37                   <artifact>
38                     <file>${project.build.directory}/classes/initial/15-groupbasedpolicy-ofoverlay.xml</file>
39                     <type>xml</type>
40                     <classifier>config</classifier>
41                   </artifact>
42                   <artifact>
43                     <file>${project.build.directory}/classes/initial/43-openflowjava-nx-api-config.xml</file>
44                     <type>xml</type>
45                     <classifier>config-nx-api</classifier>
46                   </artifact>
47                   <artifact>
48                     <file>${project.build.directory}/classes/initial/44-nicira-extension.xml</file>
49                     <type>xml</type>
50                     <classifier>config-nx-ext</classifier>
51                   </artifact>
52                   <artifact>
53                     <file>${project.build.directory}/classes/initial/44-openflowjava-nx-config.xml</file>
54                     <type>xml</type>
55                     <classifier>config-nx-cfg</classifier>
56                   </artifact>
57                 </artifacts>
58               </configuration>
59             </execution>
60           </executions>
61         </plugin>
62       </plugins>
63     </build>
64 </project>