Skip to content

Commit 01ef0ef

Browse files
committed
Remove unneeded plugin execution.
Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent f01b6ba commit 01ef0ef

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

api/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,6 @@
8585
</execution>
8686
</executions>
8787
</plugin>
88-
<!-- We need to bind a new execution of this to run after provisioning is done so the module.xml file
89-
required for testing is not deleted.
90-
-->
91-
<plugin>
92-
<artifactId>maven-resources-plugin</artifactId>
93-
<executions>
94-
<execution>
95-
<id>copy-module</id>
96-
<phase>pre-integration-test</phase>
97-
<goals>
98-
<goal>testResources</goal>
99-
</goals>
100-
</execution>
101-
</executions>
102-
</plugin>
10388
</plugins>
10489
</build>
10590
</project>

0 commit comments

Comments
 (0)