aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Lunanuova <dgl@research.att.com>2020-03-16 20:53:18 +0000
committerDominic Lunanuova <dgl@research.att.com>2020-03-16 20:53:53 +0000
commit977f8425c46aad37294d7567bca69bc17c079133 (patch)
tree631eb9d24bf7ec02ed207234e6fcbfe3db28903a
parentf39e950f1d58a6e666a747a552693f7b8c1a8be7 (diff)
Fix surefire conflict
Removed old surefire plugin section for new one, and now the codecoverage file in target/site seems to be generated. Issue-ID: DMAAP-1408 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Change-Id: I65cd93a6bf6790dbb0e274c73e1e8cfc957db870
-rw-r--r--pom.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 79f68a4..2eb84f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,18 +177,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M4</version>
- <configuration>
- <useSystemClassLoader>false</useSystemClassLoader>
- <forkCount>0</forkCount>
- <argLine>
- --illegal-access=permit
- </argLine>
- </configuration>
- </plugin>
<plugin>
<groupId>org.jacoco</groupId>
@@ -212,6 +200,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12.4</version>
+ <configuration>
+ <excludes>
+ <!-- exclude until junits updated <exclude>**/DME2*.java</exclude> -->
+ </excludes>
+ <!-- <skipTests>true</skipTests> -->
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
@@ -454,7 +453,7 @@
<sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
<!-- for Distribution Management -->
- <sitePath>/content/sites/site/org/onap/dmaap/buscontroller/${artifact.version}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/dmaap/dbcapi/${artifact.version}/${project.version}</sitePath>
<nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>
<description>Data Movement as a Platform (DMaaP) Bus Controller provides a REST API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers.</description>