We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d02f2f commit c4fed28Copy full SHA for c4fed28
src/firefly/pom.xml
@@ -37,7 +37,7 @@
37
<artifactId>maven-war-plugin</artifactId>
38
<configuration>
39
<failOnMissingWebXml>false</failOnMissingWebXml>
40
- <webappDirectory>${build.dir}/gwt/firefly</webappDirectory>
+ <webappDirectory>${build.dir}/war</webappDirectory>
41
<outputDirectory>${build.dir}/exec/</outputDirectory>
42
</configuration>
43
</plugin>
@@ -70,4 +70,4 @@
70
71
</plugins>
72
</build>
73
-</project>
+</project>
0 commit comments