aboutsummaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 722115d90b..b713d949fc 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -168,7 +168,6 @@
<build>
<plugins>
-
<!-- Copy needed GWT dependencies to package -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -176,7 +175,7 @@
<executions>
<execution>
<id>unpack-dependencies</id>
- <phase>prepare-package</phase>
+ <phase>generate-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
@@ -188,9 +187,6 @@
</artifactItem>
</artifactItems>
<includes>com/google/gwt/*/server/**</includes>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
@@ -209,7 +205,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
+ <outputDirectory>${project.build.outputDirectory}</outputDirectory>
<resources>
<resource>
<directory>src/main/resources</directory>