diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-21 00:46:14 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-21 00:47:06 -0400 |
commit | 894fd86a0eeca96d6556bdac2816cc08398ebe10 (patch) | |
tree | d11e8eb90682b26a7cb20eb768eea115acaae11d | |
parent | 2e6b67eb491d70631ed1afada618adf45e6bfd38 (diff) |
[AAI-ONAP] Remove powermock javaagent fix sonar
Change-Id: Id97551a509a64604de519573a0dd3251a2a91377
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | aai-resources/pom.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 055c5b5..1af31e7 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -478,17 +478,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> @@ -516,8 +505,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> |