Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 1 | <?xml version="1.0"?> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 2 | <!-- |
sg481n | bfc9888 | 2017-08-24 00:58:40 -0400 | [diff] [blame] | 3 | /******************************************************************************* |
| 4 | * ============LICENSE_START==================================================== |
| 5 | * * org.onap.aaf |
| 6 | * * =========================================================================== |
| 7 | * * Copyright © 2017 AT&T Intellectual Property. All rights reserved. |
| 8 | * * =========================================================================== |
| 9 | * * Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | * * you may not use this file except in compliance with the License. |
| 11 | * * You may obtain a copy of the License at |
| 12 | * * |
| 13 | * * http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | * * |
| 15 | * * Unless required by applicable law or agreed to in writing, software |
| 16 | * * distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | * * See the License for the specific language governing permissions and |
| 19 | * * limitations under the License. |
| 20 | * * ============LICENSE_END==================================================== |
| 21 | * * |
| 22 | * * ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 23 | * * |
| 24 | ******************************************************************************/ |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 25 | --> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 26 | <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"> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
sg481n | bfc9888 | 2017-08-24 00:58:40 -0400 | [diff] [blame] | 28 | <groupId>org.onap.aaf.inno</groupId> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 29 | <artifactId>parent</artifactId> |
Jessica Wagantall | a83bd05 | 2017-09-08 13:39:12 -0700 | [diff] [blame] | 30 | <name>aaf-inno</name> |
sg481n | d149213 | 2017-08-10 17:53:22 -0400 | [diff] [blame] | 31 | <version>1.0.0-SNAPSHOT</version> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 32 | <packaging>pom</packaging> |
| 33 | <url>https://github.com/att/AAF</url> |
| 34 | <description>INNO</description> |
| 35 | <licenses> |
| 36 | <license> |
| 37 | <name>BSD License</name> |
| 38 | <url> </url> |
| 39 | </license> |
| 40 | </licenses> |
| 41 | |
| 42 | <developers> |
| 43 | <developer> |
| 44 | <name>Jonathan Gathman</name> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 45 | <email/> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 46 | <organization>ATT</organization> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 47 | <organizationUrl/> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 48 | </developer> |
| 49 | </developers> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 50 | |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 51 | <parent> |
| 52 | <groupId>org.onap.oparent</groupId> |
| 53 | <artifactId>oparent</artifactId> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 54 | <version>1.2.0</version> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 55 | </parent> |
sg481n | a3d1ba1 | 2017-09-23 02:43:25 +0000 | [diff] [blame] | 56 | |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 57 | |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 58 | <properties> |
| 59 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
sg481n | d149213 | 2017-08-10 17:53:22 -0400 | [diff] [blame] | 60 | <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion> |
sg481n | b826b44 | 2017-09-08 12:26:03 -0400 | [diff] [blame] | 61 | <sonar.language>java</sonar.language> |
| 62 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |
| 63 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> |
| 64 | <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> |
| 65 | <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath> |
| 66 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> |
| 67 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 68 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
| 69 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
| 70 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
| 71 | <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> |
sg481n | 1a5c493 | 2017-08-17 18:44:28 -0400 | [diff] [blame] | 72 | <sitePath>/content/sites/site/org/onap/aaf/inno/${project.artifactId}/${project.version}</sitePath> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 73 | </properties> |
| 74 | |
| 75 | <dependencies> |
| 76 | <dependency> |
| 77 | <groupId>junit</groupId> |
| 78 | <artifactId>junit</artifactId> |
| 79 | <version>4.10</version> |
| 80 | <scope>test</scope> |
| 81 | </dependency> |
| 82 | </dependencies> |
| 83 | |
| 84 | <build> |
| 85 | <testSourceDirectory>src/test/java</testSourceDirectory> |
| 86 | <plugins> |
| 87 | <plugin> |
| 88 | <groupId>org.apache.maven.plugins</groupId> |
| 89 | <version>2.4</version> |
| 90 | <artifactId>maven-jar-plugin</artifactId> |
| 91 | <configuration> |
| 92 | <outputDirectory>target</outputDirectory> |
| 93 | </configuration> |
| 94 | </plugin> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 95 | |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 96 | <plugin> |
| 97 | <groupId>org.apache.maven.plugins</groupId> |
| 98 | <artifactId>maven-surefire-plugin</artifactId> |
| 99 | <version>2.17</version> |
| 100 | <configuration> |
| 101 | <skipTests>false</skipTests> |
| 102 | <includes> |
| 103 | <include>**/JU*.java</include> |
| 104 | </includes> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 105 | |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 106 | </configuration> |
| 107 | </plugin> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 108 | |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 109 | <plugin> |
| 110 | <inherited>true</inherited> |
| 111 | <groupId>org.apache.maven.plugins</groupId> |
| 112 | <artifactId>maven-compiler-plugin</artifactId> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 113 | <version>3.6.2</version> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 114 | <configuration> |
| 115 | <source>1.6</source> |
| 116 | <target>1.6</target> |
| 117 | </configuration> |
| 118 | </plugin> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 119 | <plugin> |
| 120 | <groupId>org.apache.maven.plugins</groupId> |
| 121 | <artifactId>maven-source-plugin</artifactId> |
| 122 | <version>2.2.1</version> |
| 123 | <executions> |
| 124 | <execution> |
| 125 | <id>attach-sources</id> |
| 126 | <goals> |
| 127 | <goal>jar-no-fork</goal> |
| 128 | </goals> |
| 129 | </execution> |
| 130 | </executions> |
| 131 | </plugin> |
Gary Wu | 97ed319 | 2018-08-24 15:13:43 -0700 | [diff] [blame] | 132 | |
sg481n | b826b44 | 2017-09-08 12:26:03 -0400 | [diff] [blame] | 133 | <plugin> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 134 | <groupId>org.sonatype.plugins</groupId> |
| 135 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 136 | <version>1.6.7</version> |
| 137 | <extensions>true</extensions> |
| 138 | <configuration> |
| 139 | <nexusUrl>${nexusproxy}</nexusUrl> |
sg481n | eecd303 | 2017-08-17 17:52:20 -0400 | [diff] [blame] | 140 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 141 | <serverId>ecomp-staging</serverId> |
| 142 | </configuration> |
sg481n | b826b44 | 2017-09-08 12:26:03 -0400 | [diff] [blame] | 143 | </plugin> |
| 144 | <plugin> |
| 145 | <groupId>org.jacoco</groupId> |
| 146 | <artifactId>jacoco-maven-plugin</artifactId> |
| 147 | <version>0.7.7.201606060606</version> |
| 148 | <configuration> |
| 149 | <dumpOnExit>true</dumpOnExit> |
| 150 | <includes> |
| 151 | <include>org.onap.aaf.*</include> |
| 152 | </includes> |
| 153 | </configuration> |
| 154 | <executions> |
| 155 | <execution> |
| 156 | <id>pre-unit-test</id> |
| 157 | <goals> |
| 158 | <goal>prepare-agent</goal> |
| 159 | </goals> |
| 160 | <configuration> |
| 161 | <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile> |
| 162 | <!-- <append>true</append> --> |
| 163 | </configuration> |
| 164 | </execution> |
| 165 | <execution> |
| 166 | <id>pre-integration-test</id> |
| 167 | <phase>pre-integration-test</phase> |
| 168 | <goals> |
| 169 | <goal>prepare-agent</goal> |
| 170 | </goals> |
| 171 | <configuration> |
| 172 | <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile> |
| 173 | <!-- <append>true</append> --> |
| 174 | </configuration> |
| 175 | </execution> |
| 176 | <execution> |
| 177 | <goals> |
| 178 | <goal>merge</goal> |
| 179 | </goals> |
| 180 | <phase>post-integration-test</phase> |
| 181 | <configuration> |
| 182 | <fileSets> |
| 183 | <fileSet implementation="org.apache.maven.shared.model.fileset.FileSet"> |
| 184 | <directory>${project.build.directory}/coverage-reports</directory> |
| 185 | <includes> |
| 186 | <include>*.exec</include> |
| 187 | </includes> |
| 188 | </fileSet> |
| 189 | </fileSets> |
| 190 | <destFile>${project.build.directory}/jacoco-dev.exec</destFile> |
| 191 | </configuration> |
| 192 | </execution> |
| 193 | </executions> |
| 194 | </plugin> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 195 | </plugins> |
| 196 | </build> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 197 | <distributionManagement> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 198 | <repository> |
| 199 | <id>ecomp-releases</id> |
| 200 | <name>AAF Release Repository</name> |
sg481n | a85b56b | 2017-08-17 17:25:33 -0400 | [diff] [blame] | 201 | <url>${nexusproxy}${releaseNexusPath}</url> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 202 | </repository> |
| 203 | <snapshotRepository> |
| 204 | <id>ecomp-snapshots</id> |
| 205 | <name>AAF Snapshot Repository</name> |
sg481n | a85b56b | 2017-08-17 17:25:33 -0400 | [diff] [blame] | 206 | <url>${nexusproxy}${snapshotNexusPath}</url> |
sg481n | a821bc9 | 2017-08-16 17:34:08 -0400 | [diff] [blame] | 207 | </snapshotRepository> |
sg481n | 1a5c493 | 2017-08-17 18:44:28 -0400 | [diff] [blame] | 208 | <site> |
| 209 | <id>ecomp-site</id> |
| 210 | <url>dav:${nexusproxy}${sitePath}</url> |
| 211 | </site> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 212 | </distributionManagement> |
sg481n | a3d1ba1 | 2017-09-23 02:43:25 +0000 | [diff] [blame] | 213 | |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 214 | <modules> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 215 | </modules> |
| 216 | |
| 217 | <dependencyManagement> |
| 218 | <dependencies> |
| 219 | <dependency> |
sg481n | bfc9888 | 2017-08-24 00:58:40 -0400 | [diff] [blame] | 220 | <groupId>org.onap.aaf.cadi</groupId> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 221 | <artifactId>cadi-core</artifactId> |
| 222 | <version>${project.cadiVersion}</version> |
| 223 | </dependency> |
| 224 | <dependency> |
sg481n | bfc9888 | 2017-08-24 00:58:40 -0400 | [diff] [blame] | 225 | <groupId>org.onap.aaf.cadi</groupId> |
sg481n | 37e4710 | 2017-08-03 17:44:44 -0400 | [diff] [blame] | 226 | <artifactId>cadi-aaf</artifactId> |
| 227 | <version>${project.cadiVersion}</version> |
| 228 | </dependency> |
| 229 | <dependency> |
| 230 | <groupId>log4j</groupId> |
| 231 | <artifactId>log4j</artifactId> |
| 232 | <version>1.2.17</version> |
| 233 | </dependency> |
| 234 | <dependency> |
| 235 | <groupId>org.slf4j</groupId> |
| 236 | <artifactId>slf4j-log4j12</artifactId> |
| 237 | <version>1.7.5</version> |
| 238 | </dependency> |
| 239 | </dependencies> |
| 240 | </dependencyManagement> |
| 241 | |
| 242 | |
| 243 | </project> |