aboutsummaryrefslogtreecommitdiffstats
path: root/devtest/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'devtest/pom.xml')
-rw-r--r--devtest/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml
index f6dc58c1..5ae88756 100644
--- a/devtest/pom.xml
+++ b/devtest/pom.xml
@@ -9,7 +9,7 @@
</parent>
<artifactId>devtest</artifactId>
- <packaging>jar</packaging>
+ <packaging>war</packaging>
<name>dev-mode for testing</name>
<dependencies>
<dependency>
@@ -64,6 +64,14 @@
<hostedWebapp>target/www</hostedWebapp>
<soyc>true</soyc>
</configuration>
+ <executions>
+ <execution>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>compile</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>