summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-22 07:54:17 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-22 07:54:25 -0500
commit6f4db93bbbaf343156de4d3d530edc8183ed7577 (patch)
tree95649e742cffdca750f742fdd0cc3a3246ddb967 /pom.xml
parent4c231d800a0cba774f6bbcaa6ddb40a572d0fe4d (diff)
Update M2/3 API Docs
Update M2/3 Release Notes Issue-ID: AAF-921, AAF-925 Change-Id: I643138df179b0391c9cb86ecfad44be1e95e9b46 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 1926eb0e..976de89d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,13 +41,6 @@
<sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
- <!-- SONAR -->
- <jacoco.version>0.7.7.201606060606</jacoco.version>
- <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
- <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
- <!-- Default Sonar configuration -->
- <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths>
- <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths>
<!-- Note: This list should match jacoco-maven-plugin's exclusion list
below -->
<sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>