Merge changes I879118ce,I664b391e
[controller.git] / opendaylight / md-sal / sal-dom-xsql-config / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.\r
4 \r
5  This program and the accompanying materials are made available under the\r
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
7  and is available at http://www.eclipse.org/legal/epl-v10.html\r
8 --><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">\r
9 \r
10   <modelVersion>4.0.0</modelVersion>\r
11 \r
12   <parent>\r
13     <artifactId>sal-parent</artifactId>\r
14     <groupId>org.opendaylight.controller</groupId>\r
15     <version>1.2.0-SNAPSHOT</version>\r
16   </parent>\r
17   <artifactId>sal-dom-xsql-config</artifactId>\r
18   <groupId>org.opendaylight.controller</groupId>\r
19   <description>Configuration files for md-sal</description>\r
20   <packaging>jar</packaging>\r
21   <properties>\r
22       <!-- Optional TODO: Rename your configfile to taste -->\r
23       <configfile>04-xsql.xml</configfile>\r
24   </properties>\r
25   <build>\r
26     <plugins>\r
27         <plugin>\r
28         <groupId>org.codehaus.mojo</groupId>\r
29         <artifactId>build-helper-maven-plugin</artifactId>\r
30         <executions>\r
31           <execution>\r
32             <id>attach-artifacts</id>\r
33             <goals>\r
34               <goal>attach-artifact</goal>\r
35             </goals>\r
36             <phase>package</phase>\r
37             <configuration>\r
38               <artifacts>\r
39                 <artifact>\r
40                   <file>${project.build.directory}/classes/${configfile}</file>\r
41                   <type>xml</type>\r
42                   <classifier>config</classifier>\r
43                 </artifact>\r
44               </artifacts>\r
45             </configuration>\r
46           </execution>\r
47         </executions>\r
48       </plugin>\r
49     </plugins>\r
50   </build>\r
51   <scm>\r
52       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
53       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
54       <tag>HEAD</tag>\r
55       <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>\r
56    </scm>\r
57 </project>\r