mmis | b40acf2 | 2018-07-20 15:28:25 +0100 | [diff] [blame] | 1 | <!-- |
| 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 | |
liamfallon | 2f72ab6 | 2018-10-31 15:23:33 +0000 | [diff] [blame] | 21 | <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"> |
mmis | b40acf2 | 2018-07-20 15:28:25 +0100 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.common</groupId> |
| 26 | <artifactId>common-modules</artifactId> |
Pamela Dragosh | 62463da | 2019-06-21 09:08:00 -0400 | [diff] [blame] | 27 | <version>1.5.1-SNAPSHOT</version> |
mmis | b40acf2 | 2018-07-20 15:28:25 +0100 | [diff] [blame] | 28 | </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> |
liamfallon | 2f72ab6 | 2018-10-31 15:23:33 +0000 | [diff] [blame] | 60 | <ignore /> |
mmis | b40acf2 | 2018-07-20 15:28:25 +0100 | [diff] [blame] | 61 | </action> |
| 62 | </pluginExecution> |
| 63 | </pluginExecutions> |
| 64 | </lifecycleMappingMetadata> |
| 65 | </configuration> |
| 66 | </plugin> |
| 67 | </plugins> |
| 68 | </pluginManagement> |
| 69 | </build> |
| 70 | </project> |