diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-21 00:51:11 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-21 00:51:43 -0400 |
commit | 23c11d892dcc817ec3572e0758666ed093f6f504 (patch) | |
tree | 23b4bcc5835a42a7d4c0902a44293e0d28425dc2 | |
parent | c87550c395bcb26bc9e6b4716cd2a25ae97694eb (diff) |
[AAI-ONAP] Remove powermock javaagent fix sonar
Change-Id: I847b4baf947db0aee7d829c40e827bd5c3cfabb0
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | aai-traversal/pom.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index b44425c..f2f5471 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -464,17 +464,6 @@ <goals> <goal>copy</goal> </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-javaagent</artifactId> - <version>1.6.2</version> - <outputDirectory>${project.build.directory}/agents</outputDirectory> - <destFileName>powermock-javaagent.jar</destFileName> - </artifactItem> - </artifactItems> - </configuration> </execution> <execution> <id>unpack-schema-dependency</id> @@ -502,8 +491,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.12.4</version> <configuration> - <argLine>-javaagent:${project.build.directory}/agents/powermock-javaagent.jar - -noverify</argLine> + <argLine>-noverify ${argLine}</argLine> <systemPropertyVariables> <AJSC_HOME>.</AJSC_HOME> <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR> |