blob: 727f6689e46a7b43a392942ca2129e70878ba5f7 [file] [log] [blame]
mmisb40acf22018-07-20 15:28:25 +01001<!--
2 ============LICENSE_START=======================================================
3 Copyright (C) 2018 Ericsson. All rights reserved.
4 ================================================================================
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 SPDX-License-Identifier: Apache-2.0
18 ============LICENSE_END=========================================================
19-->
20
liamfallon2f72ab62018-10-31 15:23:33 +000021<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">
mmisb40acf22018-07-20 15:28:25 +010022 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.onap.policy.common</groupId>
26 <artifactId>common-modules</artifactId>
Pamela Dragosh62463da2019-06-21 09:08:00 -040027 <version>1.5.1-SNAPSHOT</version>
mmisb40acf22018-07-20 15:28:25 +010028 </parent>
29
30 <artifactId>capabilities</artifactId>
31 <description>Properties</description>
32 <packaging>jar</packaging>
33
34 <build>
35 <pluginManagement>
36 <plugins>
37 <!--This plugin's configuration is used to store Eclipse
38 m2e settings only. It has no influence on the Maven build itself. -->
39 <plugin>
40 <groupId>org.eclipse.m2e</groupId>
41 <artifactId>lifecycle-mapping</artifactId>
42 <version>1.0.0</version>
43 <configuration>
44 <lifecycleMappingMetadata>
45 <pluginExecutions>
46 <pluginExecution>
47 <pluginExecutionFilter>
48 <groupId>org.jacoco</groupId>
49 <artifactId>
50 jacoco-maven-plugin
51 </artifactId>
52 <versionRange>
53 [0.7.1.201405082137,)
54 </versionRange>
55 <goals>
56 <goal>prepare-agent</goal>
57 </goals>
58 </pluginExecutionFilter>
59 <action>
liamfallon2f72ab62018-10-31 15:23:33 +000060 <ignore />
mmisb40acf22018-07-20 15:28:25 +010061 </action>
62 </pluginExecution>
63 </pluginExecutions>
64 </lifecycleMappingMetadata>
65 </configuration>
66 </plugin>
67 </plugins>
68 </pluginManagement>
69 </build>
70</project>