Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | fe8d3bc | 2019-01-18 16:51:25 -0500 | [diff] [blame] | 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/maven-v4_0_0.xsd"> |
DushyantSinghThakur | 43d4b00 | 2018-09-06 12:46:04 +0530 | [diff] [blame] | 3 | |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 4 | <modelVersion>4.0.0</modelVersion> |
DushyantSinghThakur | 43d4b00 | 2018-09-06 12:46:04 +0530 | [diff] [blame] | 5 | |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 6 | <groupId>org.onap.sdnc.oam.vnfbackup</groupId> |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 7 | <artifactId>configbackuprestore</artifactId> |
Dan Timoney | 2a056e9 | 2020-06-24 08:36:56 -0400 | [diff] [blame] | 8 | <version>1.8.5-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 42ef3e4 | 2018-09-13 12:11:35 -0400 | [diff] [blame] | 9 | <name>sdnc-oam :: vnfbackup</name> |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 10 | <packaging>pom</packaging> |
| 11 | |
| 12 | <parent> |
Timoney, Dan (dt5972) | 2b7b1b6 | 2018-09-18 14:16:01 -0400 | [diff] [blame] | 13 | <groupId>org.onap.ccsdk.parent</groupId> |
| 14 | <artifactId>spring-boot-1-starter-parent</artifactId> |
Dan Timoney | 2a056e9 | 2020-06-24 08:36:56 -0400 | [diff] [blame] | 15 | <version>1.5.10-SNAPSHOT</version> |
DushyantSinghThakur | 43d4b00 | 2018-09-06 12:46:04 +0530 | [diff] [blame] | 16 | </parent> |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 17 | |
| 18 | <properties> |
| 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Timoney, Dan (dt5972) | 2b7b1b6 | 2018-09-18 14:16:01 -0400 | [diff] [blame] | 20 | |
| 21 | <!-- ONAP repositories --> |
| 22 | <onap.nexus.host>nexus.onap.org</onap.nexus.host> |
| 23 | <onap.nexus.port>443</onap.nexus.port> |
| 24 | <onap.nexus.protocol>https</onap.nexus.protocol> |
| 25 | <onap.nexus.public-url>https://nexus.onap.org/content/groups/public</onap.nexus.public-url> |
| 26 | <onap.nexus.staging-url>https://nexus.onap.org/content/groups/staging</onap.nexus.staging-url> |
| 27 | <onap.nexus.release-url>https://nexus.onap.org/content/repositories/releases</onap.nexus.release-url> |
| 28 | <onap.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots</onap.nexus.snapshot-url> |
| 29 | <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id> |
| 30 | <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id> |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 31 | </properties> |
| 32 | |
| 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>junit</groupId> |
| 36 | <artifactId>junit</artifactId> |
| 37 | <version>3.8.1</version> |
| 38 | <scope>test</scope> |
| 39 | </dependency> |
| 40 | </dependencies> |
| 41 | |
Timoney, Dan (dt5972) | 5cf8aa8 | 2018-09-13 10:31:18 -0400 | [diff] [blame] | 42 | <distributionManagement> |
| 43 | <repository> |
| 44 | <id>ecomp-releases</id> |
| 45 | <url>http://nexus.onap.org/content/repositories/releases</url> |
| 46 | </repository> |
| 47 | <snapshotRepository> |
| 48 | <id>ecomp-snapshots</id> |
| 49 | <url>http://nexus.onap.org/content/repositories/snapshots</url> |
| 50 | </snapshotRepository> |
| 51 | </distributionManagement> |
| 52 | |
DushyantSinghThakur | 43d4b00 | 2018-09-06 12:46:04 +0530 | [diff] [blame] | 53 | <modules> |
| 54 | <module>getBackupVnfDetailService</module> |
Soumendu Sekhar Acharya | cc49cb7 | 2018-08-07 15:23:28 +0530 | [diff] [blame] | 55 | <module>vnfconfigreportsservice</module> |
DushyantSinghThakur | 43d4b00 | 2018-09-06 12:46:04 +0530 | [diff] [blame] | 56 | <module>vnfconfigbackupservice</module> |
| 57 | </modules> |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 58 | |
DushyantSinghThakur | 43d4b00 | 2018-09-06 12:46:04 +0530 | [diff] [blame] | 59 | <build> |
| 60 | <plugins> |
| 61 | <plugin> |
| 62 | <groupId>org.jacoco</groupId> |
| 63 | <artifactId>jacoco-maven-plugin</artifactId> |
| 64 | <version>0.7.5.201505241946</version> |
| 65 | <executions> |
| 66 | |
| 67 | <execution> |
| 68 | <id>pre-unit-test</id> |
| 69 | <goals> |
| 70 | <goal>prepare-agent</goal> |
| 71 | </goals> |
| 72 | <configuration> |
| 73 | <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile> |
| 74 | <propertyName>surefireArgLine</propertyName> |
| 75 | </configuration> |
| 76 | </execution> |
| 77 | |
| 78 | <execution> |
| 79 | <id>post-unit-test</id> |
| 80 | <phase>test</phase> |
| 81 | <goals> |
| 82 | <goal>report</goal> |
| 83 | </goals> |
| 84 | <configuration> |
| 85 | <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile> |
| 86 | <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> |
| 87 | </configuration> |
| 88 | </execution> |
| 89 | </executions> |
| 90 | </plugin> |
| 91 | </plugins> |
| 92 | </build> |
| 93 | |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 94 | </project> |