mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +00:00
Deploy default webapp to / which enables an index.html (for AIO) to point to the services (#434)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user