60647655d774c62d3d3565df1322f631bdd67655
[openflowjava.git] / openflowjava-config / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!-- Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. \r
3     This program and the accompanying materials are made available under the \r
4     terms of the Eclipse Public License v1.0 which accompanies this distribution, \r
5     and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
8 \r
9     <modelVersion>4.0.0</modelVersion>\r
10 \r
11     <parent>\r
12         <groupId>org.opendaylight.openflowjava</groupId>\r
13         <artifactId>openflow-protocol-parent</artifactId>\r
14         <version>0.6.0-SNAPSHOT</version>\r
15     </parent>\r
16     <artifactId>openflowjava-config</artifactId>\r
17     <description>Configuration files for openflowjava statistics</description>\r
18     <packaging>jar</packaging>\r
19     <name>Openflow Protocol Library - CONFIG</name>\r
20     <scm>\r
21         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>\r
22         <tag>HEAD</tag>\r
23     </scm>\r
24     <properties>\r
25         <configfile>45-openflowjava-stats.xml</configfile>\r
26     </properties>\r
27     <build>\r
28         <plugins>\r
29             <plugin>\r
30                 <groupId>org.codehaus.mojo</groupId>\r
31                 <artifactId>build-helper-maven-plugin</artifactId>\r
32                 <executions>\r
33                     <execution>\r
34                         <id>attach-artifacts</id>\r
35                         <goals>\r
36                             <goal>attach-artifact</goal>\r
37                         </goals>\r
38                         <phase>package</phase>\r
39                         <configuration>\r
40                             <artifacts>\r
41                                 <artifact>\r
42                                     <file>${project.build.directory}/classes/${configfile}</file>\r
43                                     <type>xml</type>\r
44                                     <classifier>configstats</classifier>\r
45                                 </artifact>\r
46                             </artifacts>\r
47                         </configuration>\r
48                     </execution>\r
49                 </executions>\r
50             </plugin>\r
51         </plugins>\r
52     </build>\r
53 </project>\r