Add blueprint wiring to sal-dom-broker
[controller.git] / opendaylight / commons / jolokia / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>commons.opendaylight</artifactId>
7     <version>1.7.0-SNAPSHOT</version>
8     <relativePath>../opendaylight</relativePath>
9   </parent>
10
11   <artifactId>odl-jolokia-osgi</artifactId>
12   <version>0.4.0-SNAPSHOT</version>
13   <packaging>jar</packaging>
14
15   <build>
16     <plugins>
17       <plugin>
18         <groupId>org.codehaus.mojo</groupId>
19         <artifactId>build-helper-maven-plugin</artifactId>
20         <executions>
21           <execution>
22             <id>attach-artifacts</id>
23             <phase>package</phase>
24             <goals>
25               <goal>attach-artifact</goal>
26             </goals>
27             <configuration>
28               <artifacts>
29                 <artifact>
30                   <file>${project.build.directory}/classes/org.jolokia.osgi.cfg</file>
31                   <type>cfg</type>
32                   <classifier>configuration</classifier>
33                 </artifact>
34               </artifacts>
35             </configuration>
36           </execution>
37         </executions>
38       </plugin>
39     </plugins>
40   </build>
41   <scm>
42     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
43     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
44     <tag>HEAD</tag>
45     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
46   </scm>
47 </project>