diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-02-27 17:22:48 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-02-27 17:28:37 +0000 |
commit | 7d9b7485c6c884dc17d199d3066d5db4160e1853 (patch) | |
tree | 85752cbdc6c4044f7ffdbe8f05c3ee66894d603a | |
parent | bccb1b0e87bf45dabbc520f1068412df26649459 (diff) |
Fix GPL-2.0 license issues
Remove maven-dependency-plugin which is copying powermock-module-javaagent
into the target folder
Change-Id: Ifd59f3d0af47e33783ac12d9d89cf40a1614d95a
Issue-ID: AAI-809
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
-rw-r--r-- | pom.xml | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -386,31 +386,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> - <executions> - <execution> - <id>copy-agent</id> - <phase>process-test-classes</phase> - <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> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.12.4</version> <configuration> |