Prepare for release build
[ccsdk/features.git] / sdnr / northbound / energysavings / features / 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.onap.ccsdk.parent</groupId>
7     <artifactId>feature-repo-parent</artifactId>
8     <version>1.2.0</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13   <artifactId>energysavings-features</artifactId>
14   <version>0.2.4-SNAPSHOT</version>
15   <packaging>feature</packaging>
16
17   <dependencyManagement>
18     <dependencies>
19       <dependency>
20         <groupId>org.opendaylight.mdsal.model</groupId>
21         <artifactId>mdsal-model-artifacts</artifactId>
22         <version>0.11.1</version>
23         <type>pom</type>
24         <scope>import</scope>
25       </dependency>
26       <dependency>
27         <groupId>org.opendaylight.controller</groupId>
28         <artifactId>mdsal-artifacts</artifactId>
29         <version>1.6.1</version>
30         <type>pom</type>
31         <scope>import</scope>
32       </dependency>
33     </dependencies>
34   </dependencyManagement>
35
36   <dependencies>
37     <dependency>
38       <groupId>org.opendaylight.controller</groupId>
39       <artifactId>odl-mdsal-broker</artifactId>
40       <type>xml</type>
41       <classifier>features</classifier>
42     </dependency>
43     <dependency>
44
45       <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
46       <artifactId>energysavings-model</artifactId>
47       <version>${project.version}</version>
48     </dependency>
49     <dependency>
50       <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
51       <artifactId>energysavings-provider</artifactId>
52       <version>${project.version}</version>
53     </dependency>
54   </dependencies>
55   <build>
56     <pluginManagement>
57       <plugins>
58         <plugin>
59           <groupId>org.eclipse.m2e</groupId>
60           <artifactId>lifecycle-mapping</artifactId>
61           <version>1.0.0</version>
62           <configuration>
63             <lifecycleMappingMetadata>
64               <pluginExecutions>
65                 <pluginExecution>
66                   <pluginExecutionFilter>
67                     <groupId>org.codehaus.mojo</groupId>
68                     <artifactId>properties-maven-plugin</artifactId>
69                     <versionRange>[1.0.0,)</versionRange>
70                     <goals>
71                       <goal>set-system-properties</goal>
72                     </goals>
73                   </pluginExecutionFilter>
74                   <action>
75                     <execute/>
76                   </action>
77                 </pluginExecution>
78                 <pluginExecution>
79                   <pluginExecutionFilter>
80                     <groupId>org.apache.karaf.tooling</groupId>
81                     <artifactId>karaf-maven-plugin</artifactId>
82                     <versionRange>[4.0.0,)</versionRange>
83                     <goals>
84                       <goal>features-generate-descriptor</goal>
85                     </goals>
86                   </pluginExecutionFilter>
87                   <action>
88                     <execute/>
89                   </action>
90                 </pluginExecution>
91               </pluginExecutions>
92             </lifecycleMappingMetadata>
93           </configuration>
94         </plugin>
95       </plugins>
96     </pluginManagement>
97   </build>
98 </project>