1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
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
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">
11 <modelVersion>4.0.0</modelVersion>
14 <groupId>org.opendaylight.controller</groupId>
15 <artifactId>sal-parent</artifactId>
16 <version>1.3.0-SNAPSHOT</version>
19 <artifactId>messagebus-config</artifactId>
20 <packaging>jar</packaging>
21 <description>Configuration files for message-bus</description>
25 <groupId>org.opendaylight.controller</groupId>
26 <artifactId>config-api</artifactId>
29 <groupId>org.opendaylight.controller</groupId>
30 <artifactId>messagebus-api</artifactId>
31 <version>${project.version}</version>
34 <groupId>org.opendaylight.controller</groupId>
35 <artifactId>messagebus-impl</artifactId>
36 <version>${project.version}</version>
43 <groupId>org.codehaus.mojo</groupId>
44 <artifactId>build-helper-maven-plugin</artifactId>
47 <id>attach-artifacts</id>
49 <goal>attach-artifact</goal>
51 <phase>package</phase>
55 <file>${project.build.directory}/classes/initial/05-message-bus.xml</file>
57 <classifier>config</classifier>
68 <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
69 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
71 <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>