]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix java packaging order (#106)
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Fri, 9 Dec 2016 09:15:24 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Dec 2016 09:15:24 +0000 (11:15 +0200)
Closes vaadin/archetypes#113

client-compiler/pom.xml
client/pom.xml
server/pom.xml
shared/pom.xml
widgets/pom.xml

index 0aac82a2a233fec3903fe7aa1d5b8d9cd78460ec..c6026ff5b3dacf0e8acc10934ebbb4a8553d36f6 100644 (file)
@@ -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>
index bdc7644344204e19b3e0eaf8f45ea3291272f126..8f66302e54e31986fd9b5940ed08a6b5dc5e2e44 100644 (file)
@@ -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>
index 88ff3d419ff76f9449e40b81708c568226ad33b2..58cbe9cf79a0162e5322ecd39604fb5dccf3c2df 100644 (file)
                     <execution>
                         <id>copy-sources</id>
                         <!-- here the phase you need -->
-                        <phase>prepare-package</phase>
+                        <phase>process-resources</phase>
                         <goals>
                             <goal>copy-resources</goal>
                         </goals>
index c374c272b0f831afbeb3bb9a8b3b62e860289265..405e1dd9a3ab476c5dbf3ff19958a4b334f5f526 100644 (file)
@@ -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>
index 2c18c62e7e937a4c0c637d7af04a9919bb0c9bfd..9c4c3501e63ef6464f00187c0f60c0b50b49fa23 100644 (file)
                     <execution>
                         <id>copy-sources</id>
                         <!-- here the phase you need -->
-                        <phase>prepare-package</phase>
+                        <phase>process-resources</phase>
                         <goals>
                             <goal>copy-resources</goal>
                         </goals>