Deploy default webapp to / which enables an index.html (for AIO) to point to the services (#434)

This commit is contained in:
Ole Hejlskov
2017-03-23 16:40:29 +01:00
parent addbc750c4
commit 93dde46f51

View File

@@ -1373,6 +1373,12 @@ public abstract class AbstractRunMojo extends AbstractMojo {
configuration(
element(name("fork"), fork ? "true" : "false"),
/*
* Path
* In case there is a src/main/webapp in AIO it's nice to serve it up
*/
element(name( "path"), "/"),
/*
* Port
*/