Fix GPL-2.0 license issues 13/33213/1
authorLee, Tian (tl5884) <tianl@amdocs.com>
Tue, 27 Feb 2018 17:22:48 +0000 (17:22 +0000)
committerLee, Tian (tl5884) <tianl@amdocs.com>
Tue, 27 Feb 2018 17:28:37 +0000 (17:28 +0000)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 955ce58..e67e4ca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <forceTags>true</forceTags>
                                </configuration>
                        </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>