Merge "Fix a typo in javadoc"
[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   <description>Configuration files for md-sal</description>\r
19   <packaging>jar</packaging>\r
20   <properties>\r
21       <!-- Optional TODO: Rename your configfile to taste -->\r
22       <configfile>04-xsql.xml</configfile>\r
23   </properties>\r
24   <build>\r
25     <plugins>\r
26         <plugin>\r
27         <groupId>org.codehaus.mojo</groupId>\r
28         <artifactId>build-helper-maven-plugin</artifactId>\r
29         <executions>\r
30           <execution>\r
31             <id>attach-artifacts</id>\r
32             <goals>\r
33               <goal>attach-artifact</goal>\r
34             </goals>\r
35             <phase>package</phase>\r
36             <configuration>\r
37               <artifacts>\r
38                 <artifact>\r
39                   <file>${project.build.directory}/classes/${configfile}</file>\r
40                   <type>xml</type>\r
41                   <classifier>config</classifier>\r
42                 </artifact>\r
43               </artifacts>\r
44             </configuration>\r
45           </execution>\r
46         </executions>\r
47       </plugin>\r
48     </plugins>\r
49   </build>\r
50   <scm>\r
51       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
52       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
53       <tag>HEAD</tag>\r
54       <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>\r
55    </scm>\r
56 </project>\r