CDS: Implement front-end support for local transactions
[controller.git] / opendaylight / md-sal / messagebus-config / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3 Copyright (c) 2015 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 -->\r
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">\r
10 \r
11   <modelVersion>4.0.0</modelVersion>\r
12 \r
13   <parent>\r
14     <groupId>org.opendaylight.controller</groupId>\r
15     <artifactId>sal-parent</artifactId>\r
16     <version>1.3.0-SNAPSHOT</version>\r
17   </parent>\r
18 \r
19   <artifactId>messagebus-config</artifactId>\r
20   <packaging>jar</packaging>\r
21   <description>Configuration files for message-bus</description>\r
22 \r
23   <dependencies>\r
24     <dependency>\r
25       <groupId>org.opendaylight.controller</groupId>\r
26       <artifactId>config-api</artifactId>\r
27     </dependency>\r
28     <dependency>\r
29       <groupId>org.opendaylight.controller</groupId>\r
30       <artifactId>messagebus-api</artifactId>\r
31       <version>${project.version}</version>\r
32     </dependency>\r
33     <dependency>\r
34       <groupId>org.opendaylight.controller</groupId>\r
35       <artifactId>messagebus-impl</artifactId>\r
36       <version>${project.version}</version>\r
37     </dependency>\r
38   </dependencies>\r
39 \r
40   <build>\r
41     <plugins>\r
42         <plugin>\r
43         <groupId>org.codehaus.mojo</groupId>\r
44         <artifactId>build-helper-maven-plugin</artifactId>\r
45         <executions>\r
46           <execution>\r
47             <id>attach-artifacts</id>\r
48             <goals>\r
49               <goal>attach-artifact</goal>\r
50             </goals>\r
51             <phase>package</phase>\r
52             <configuration>\r
53               <artifacts>\r
54                 <artifact>\r
55                   <file>${project.build.directory}/classes/initial/05-message-bus.xml</file>\r
56                   <type>xml</type>\r
57                   <classifier>config</classifier>\r
58                 </artifact>\r
59               </artifacts>\r
60             </configuration>\r
61           </execution>\r
62         </executions>\r
63       </plugin>\r
64     </plugins>\r
65   </build>\r
66 \r
67   <scm>\r
68       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>\r
69       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>\r
70       <tag>HEAD</tag>\r
71       <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>\r
72    </scm>\r
73 </project>\r