changed RAD exec to process-test-classes

This commit is contained in:
2022-04-06 16:29:47 -04:00
parent 28e39fc9d2
commit 6332b0b194
10 changed files with 12 additions and 12 deletions

View File

@@ -139,7 +139,7 @@
<!-- This plugin execution consolidates the compiled resources into one directory for packaging -->
<execution>
<id>consolidate-classes</id>
<phase>process-classes</phase>
<phase>process-test-classes</phase>
<goals><goal>copy-resources</goal></goals>
<configuration>
<outputDirectory>${project.build.packageDirectory}</outputDirectory>