04953a359b96d941017a9d0724761d7152851625
[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
5   <parent>
6     <groupId>org.opendaylight.odlparent</groupId>
7     <artifactId>odlparent</artifactId>
8     <version>1.8.0-SNAPSHOT</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.controller</groupId>
13   <artifactId>odl-jolokia-osgi</artifactId>
14   <version>0.5.0-SNAPSHOT</version>
15   <packaging>jar</packaging>
16
17   <build>
18     <plugins>
19       <plugin>
20         <groupId>org.codehaus.mojo</groupId>
21         <artifactId>build-helper-maven-plugin</artifactId>
22         <executions>
23           <execution>
24             <id>attach-artifacts</id>
25             <phase>package</phase>
26             <goals>
27               <goal>attach-artifact</goal>
28             </goals>
29             <configuration>
30               <artifacts>
31                 <artifact>
32                   <file>${project.build.directory}/classes/org.jolokia.osgi.cfg</file>
33                   <type>cfg</type>
34                   <classifier>configuration</classifier>
35                 </artifact>
36               </artifacts>
37             </configuration>
38           </execution>
39         </executions>
40       </plugin>
41     </plugins>
42   </build>
43   <scm>
44     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
45     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
46     <tag>HEAD</tag>
47     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
48   </scm>
49 </project>