diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2016-12-09 11:15:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 11:15:24 +0200 |
commit | 57fbf2f142f825ce1c47e062228e99857add8968 (patch) | |
tree | 30ecbb757959c29b26277331c573bd5ebfd7f696 /server | |
parent | 1e0cf0597578ad3d9a002e676d0279a8ea5ea99c (diff) | |
download | vaadin-framework-57fbf2f142f825ce1c47e062228e99857add8968.tar.gz vaadin-framework-57fbf2f142f825ce1c47e062228e99857add8968.zip |
Fix java packaging order (#106)
Closes vaadin/archetypes#113
Diffstat (limited to 'server')
-rw-r--r-- | server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |