Update the pom files to fix the junit failure
[aai/aai-common.git] / aai-core / pom.xml
index 0300087..1fc32a0 100644 (file)
@@ -13,7 +13,7 @@
                <maven.compiler.source>1.8</maven.compiler.source>
                <aai-schema.version>1.1.0-SNAPSHOT</aai-schema.version>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
-               <sitePath>/content/sites/site/${project.artifactId}/${project.version}</sitePath>
+               <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
                <sonar.language>java</sonar.language>
                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
                                                </execution>
                                        </executions>
                                </plugin>
+                       <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <version>2.12.4</version>
+                               <configuration>
+                                       <argLine>-noverify ${argLine}</argLine>
+                    <systemPropertyVariables>
+                                               <AJSC_HOME>.</AJSC_HOME>
+                                               <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
+                                       </systemPropertyVariables>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>