summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2016-12-09 11:15:24 +0200
committerGitHub <noreply@github.com>2016-12-09 11:15:24 +0200
commit57fbf2f142f825ce1c47e062228e99857add8968 (patch)
tree30ecbb757959c29b26277331c573bd5ebfd7f696 /widgets
parent1e0cf0597578ad3d9a002e676d0279a8ea5ea99c (diff)
downloadvaadin-framework-57fbf2f142f825ce1c47e062228e99857add8968.tar.gz
vaadin-framework-57fbf2f142f825ce1c47e062228e99857add8968.zip
Fix java packaging order (#106)
Closes vaadin/archetypes#113
Diffstat (limited to 'widgets')
-rw-r--r--widgets/pom.xml2
1 files changed, 1 insertions, 1 deletions
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>