summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client-compiler/pom.xml2
-rw-r--r--client/pom.xml2
-rw-r--r--server/pom.xml2
-rw-r--r--shared/pom.xml2
-rw-r--r--widgets/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml
index 0aac82a2a2..c6026ff5b3 100644
--- a/client-compiler/pom.xml
+++ b/client-compiler/pom.xml
@@ -66,7 +66,7 @@
<execution>
<id>copy-sources</id>
<!-- here the phase you need -->
- <phase>prepare-package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
diff --git a/client/pom.xml b/client/pom.xml
index bdc7644344..8f66302e54 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -68,7 +68,7 @@
<execution>
<id>copy-sources</id>
<!-- here the phase you need -->
- <phase>prepare-package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
diff --git a/server/pom.xml b/server/pom.xml
index 88ff3d419f..58cbe9cf79 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -166,7 +166,7 @@
<execution>
<id>copy-sources</id>
<!-- here the phase you need -->
- <phase>prepare-package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
diff --git a/shared/pom.xml b/shared/pom.xml
index c374c272b0..405e1dd9a3 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -87,7 +87,7 @@
<execution>
<id>copy-sources</id>
<!-- here the phase you need -->
- <phase>prepare-package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
diff --git a/widgets/pom.xml b/widgets/pom.xml
index 2c18c62e7e..9c4c3501e6 100644
--- a/widgets/pom.xml
+++ b/widgets/pom.xml
@@ -165,7 +165,7 @@
<execution>
<id>copy-sources</id>
<!-- here the phase you need -->
- <phase>prepare-package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>