summaryrefslogtreecommitdiffstats
path: root/gui-editors
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2021-02-19 16:28:23 +0000
committerwaynedunican <wayne.dunican@est.tech>2021-02-19 16:35:53 +0000
commitb3982731bc994a0de656e36905ae42ea5246595d (patch)
tree8a0e503f9385364186b73dc22027afa4c358b9fa /gui-editors
parent8c780a901a855715b34cac33819e50e492774250 (diff)
Fix policy-gui build failures
maven-resources-plugin has been updated to v3.2.0. This is causing our gui build to fail, due to it not allowing more than a certain number of files to be copied. Reverted to v3.1.0 in apex-editor to fix this issue. Issue-ID: POLICY-3063 Change-Id: I7b8a207f63de82ed44747c5d2c470b5345cb84c6 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'gui-editors')
-rw-r--r--gui-editors/gui-editor-apex/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml
index 47044b4..b37f948 100644
--- a/gui-editors/gui-editor-apex/pom.xml
+++ b/gui-editors/gui-editor-apex/pom.xml
@@ -184,6 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
+ <version>3.1.0</version>
<configuration>
<overwrite>true</overwrite>
</configuration>