Web Setup
<build>
<resources>
<resource>
<directory>webapp/target</directory>
<filtering>false</filtering>
<targetPath>webcontent</targetPath>
</resource>
// ... other project resources you want
</resources>
</build>PluginUtils.defaultWebSetup(live);Appendix: PluginUtils
Last updated