Some static folders and files are created in the server installation process, including javadocs and profiles. Using the gradle build version (development branch), these files are missing on installation.
It looks to me that they are not packaged properly with the jar file and therefor cannot be unpacked on installation.
In the maven build this section seems to be responsible:
Some static folders and files are created in the server installation process, including javadocs and profiles. Using the gradle build version (development branch), these files are missing on installation.
It looks to me that they are not packaged properly with the jar file and therefor cannot be unpacked on installation.
In the maven build this section seems to be responsible:
I am not sure how to match this behaviour / structure in the gradle build.