“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | |
Chris Donley | 8bbbe10 | 2018-03-13 16:51:03 -0700 | [diff] [blame] | 4 | Copyright (C) 2018, Huawei Technologies, Ltd. |
“shentao” | 6f01a87 | 2017-01-26 16:19:00 +0800 | [diff] [blame] | 5 | Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. |
Bogumil Zebek | 0aa56e6 | 2020-08-21 08:37:36 +0200 | [diff] [blame] | 6 | Copyright (C) 2020 Nokia |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 7 | |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | |
| 20 | --> |
| 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"> |
| 22 | <parent> |
Murali-P | c079b1b | 2017-08-03 14:59:50 +0530 | [diff] [blame] | 23 | <groupId>org.onap.oparent</groupId> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 24 | <artifactId>oparent</artifactId> |
Victor Gao | 5a44058 | 2019-09-05 10:59:16 +0800 | [diff] [blame] | 25 | <version>2.1.0</version> |
Murali | 74c062d | 2017-11-08 06:19:03 +0000 | [diff] [blame] | 26 | <relativePath>../../oparent</relativePath> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 27 | </parent> |
“shentao” | 6f01a87 | 2017-01-26 16:19:00 +0800 | [diff] [blame] | 28 | |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 29 | <modelVersion>4.0.0</modelVersion> |
Murali-P | 4e60efd | 2017-08-09 12:13:32 +0530 | [diff] [blame] | 30 | <groupId>org.onap.vnfsdk.refrepo</groupId> |
Murali-P | c079b1b | 2017-08-03 14:59:50 +0530 | [diff] [blame] | 31 | <artifactId>vnfmarket</artifactId> |
Bartosz Gardziejewski | 446aa23 | 2021-02-26 09:46:13 +0100 | [diff] [blame] | 32 | <version>1.6.4-SNAPSHOT</version> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 33 | <packaging>pom</packaging> |
Jessica Wagantall | fe9f6d7 | 2017-09-08 15:02:12 -0700 | [diff] [blame] | 34 | <name>vnfsdk-refrepo</name> |
Bogumil Zebek | 0aa56e6 | 2020-08-21 08:37:36 +0200 | [diff] [blame] | 35 | |
Victor Gao | f01da39 | 2020-02-21 11:40:22 +0800 | [diff] [blame] | 36 | <properties> |
Bogumil Zebek | 0aa56e6 | 2020-08-21 08:37:36 +0200 | [diff] [blame] | 37 | <java.version>11</java.version> |
Victor Gao | f01da39 | 2020-02-21 11:40:22 +0800 | [diff] [blame] | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 39 | <sonar.language>java</sonar.language> |
| 40 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> |
| 41 | <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |
| 42 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> |
| 43 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
| 44 | <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> |
| 45 | </properties> |
“shentao” | 6f01a87 | 2017-01-26 16:19:00 +0800 | [diff] [blame] | 46 | |
Bogumil Zebek | 0aa56e6 | 2020-08-21 08:37:36 +0200 | [diff] [blame] | 47 | <modules> |
Moshe Hoadley | c2d8256 | 2017-10-31 12:22:12 +0200 | [diff] [blame] | 48 | <module>vnfmarket-be</module> |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 49 | </modules> |
Bogumil Zebek | 0aa56e6 | 2020-08-21 08:37:36 +0200 | [diff] [blame] | 50 | |
Victor Gao | f01da39 | 2020-02-21 11:40:22 +0800 | [diff] [blame] | 51 | <build> |
| 52 | <plugins> |
| 53 | <plugin> |
| 54 | <groupId>org.jacoco</groupId> |
| 55 | <artifactId>jacoco-maven-plugin</artifactId> |
| 56 | <executions> |
| 57 | <execution> |
| 58 | <id>prepare-agent</id> |
| 59 | <goals> |
| 60 | <goal>prepare-agent</goal> |
| 61 | </goals> |
| 62 | </execution> |
| 63 | <execution> |
| 64 | <id>report</id> |
| 65 | <goals> |
| 66 | <goal>report</goal> |
| 67 | </goals> |
| 68 | <configuration> |
| 69 | <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile> |
| 70 | <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> |
| 71 | </configuration> |
| 72 | </execution> |
| 73 | </executions> |
| 74 | </plugin> |
| 75 | |
| 76 | </plugins> |
| 77 | </build> |
Bogumil Zebek | ce294fc | 2020-04-01 12:51:30 +0200 | [diff] [blame] | 78 | |
| 79 | <profiles> |
| 80 | <profile> |
| 81 | <id>docker</id> |
| 82 | <properties> |
| 83 | <maven.test.skip>true</maven.test.skip> |
| 84 | </properties> |
| 85 | </profile> |
| 86 | </profiles> |
Bogumil Zebek | 0aa56e6 | 2020-08-21 08:37:36 +0200 | [diff] [blame] | 87 | |
“shentao” | ee2ca98 | 2016-09-18 15:38:21 +0800 | [diff] [blame] | 88 | </project> |