add Surefire plugin 25/94725/3
authorOfir Sonsino <os0695@intl.att.com>
Sun, 1 Sep 2019 12:06:16 +0000 (15:06 +0300)
committerOfir Sonsino <os0695@intl.att.com>
Sun, 1 Sep 2019 12:08:41 +0000 (15:08 +0300)
+align repository id

Change-Id: Ib0f6cf3156df415353694c4ffb5ec2634beb13a1
Issue-ID: SDC-2326
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 64615ce..3e0cbe6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <goal>prepare-agent</goal>
                                                </goals>
                                                <configuration>
-                                                       <argLine>${argLine} -Xmx2048m</argLine>
                                                        <destFile>${sonar.jacoco.reportPath}</destFile>
                                                </configuration>
                                        </execution>
                                </executions>
                        </plugin>
+                       
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <version>2.19.1</version>
+                               <configuration>
+                                       <argLine>${argLine} -Xmx2048m</argLine>
+                               </configuration>
+                       </plugin>
 
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
 
        <distributionManagement>
                <repository>
-                       <id>onap-releases</id>
+                       <id>ecomp-releases</id>
                        <name>Release Repository</name>
                        <url>${nexus.proxy}/content/repositories/${releases.path}/</url>
                </repository>
                <snapshotRepository>
-                       <id>onap-snapshots</id>
+                       <id>ecomp-snapshots</id>
                        <name>Snapshot Repository</name>
                        <url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
                </snapshotRepository>