MicroShed / boost

Boost Maven and Gradle plugins for MicroProfile development
Eclipse Public License 1.0
27 stars 13 forks source link

Use default appsDirectory parm in deploy goal #389

Open scottkurz opened 5 years ago

scottkurz commented 5 years ago

Signed-off-by: Scott Kurz skurz@us.ibm.com

scottkurz commented 5 years ago

Fixes #388.

scottkurz commented 5 years ago

This doesn't work because LMP looks for the app configured in src server.xml but Boost is generating it into target server.xml. https://github.com/OpenLiberty/ci.maven/blob/master/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/PluginConfigSupport.java#L322-L329