summaryrefslogtreecommitdiffstats
path: root/cmso-sonar/pom.xml
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-04-19 14:11:27 -0400
committerJerry Flood <jflood@att.com>2019-04-19 15:44:54 -0400
commit266e8659ec80d22eaff56a7306fcef33c3e8b190 (patch)
treee4104c90939ed904257f60b5efe8bfdf604095cd /cmso-sonar/pom.xml
parent9407eccc5c8347c7c92d2f25590d8867213107aa (diff)
Update license to not be javadoc
Issue-ID: OPTFRA-466 Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-sonar/pom.xml')
-rw-r--r--cmso-sonar/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmso-sonar/pom.xml b/cmso-sonar/pom.xml
index 5811df7..3f0815f 100644
--- a/cmso-sonar/pom.xml
+++ b/cmso-sonar/pom.xml
@@ -27,7 +27,7 @@
<version>1.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.onap.optf.cmso</groupId>
+ <groupId>org.onap.optf.cmso.sonar</groupId>
<artifactId>cmso-sonar</artifactId>
<name>cmso-sonar</name>
@@ -91,6 +91,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
+ <testSourceDirectory>${project.basedir}/src/it/java</testSourceDirectory>
<skipITs>${skipIntegrationTests}</skipITs>
</configuration>
</plugin>