You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. The behavior is actually intended. We map the content into the installationDirectory.
In your case this means you put your files in
src/linux/conf/[file]
If you use the JavaServerAppPackaging archetype a symlink from /etc/<packageName> to /usr/share/<packageName>/conf gets created, so no need to copy these files.
If you want to add files outside the installation folder, use the mappings or linuxPackageMappings (if you need special permissions).
When placing a file in either
or
it gets correctly packaged, and inserted into DEBIAN/conffiles.
However the entries are missing a leading slash.
Got:
Expected:
The text was updated successfully, but these errors were encountered: