Skip to content

Commit c4fed28

Browse files
committed
fix standalone build file pointing to the wrong webapp location
1 parent 3d02f2f commit c4fed28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firefly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<artifactId>maven-war-plugin</artifactId>
3838
<configuration>
3939
<failOnMissingWebXml>false</failOnMissingWebXml>
40-
<webappDirectory>${build.dir}/gwt/firefly</webappDirectory>
40+
<webappDirectory>${build.dir}/war</webappDirectory>
4141
<outputDirectory>${build.dir}/exec/</outputDirectory>
4242
</configuration>
4343
</plugin>
@@ -70,4 +70,4 @@
7070
</plugin>
7171
</plugins>
7272
</build>
73-
</project>
73+
</project>

0 commit comments

Comments
 (0)