Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
package-maven-plugin-1.1.4
-
None
-
Patch
Description
when building this content package project:
https://github.com/stefanseifert/filevault-package-maven-plugin-validation-issues/tree/master/content-packages/ui.apps
this warning is reported:
[INFO] Apply filtering to FileSet below D:\Develop\github\filevault-package-maven-plugin-validation-issues\content-packages\ui.apps\target\classes\apps\filevaultsample\clientlibs [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Using 'null' encoding to copy filtered properties files. [INFO] Copying 20 resources to D:\Develop\github\filevault-package-maven-plugin-validation-issues\content-packages\ui.apps\target\filteredFiles\jcr_root\apps\filevaultsample\clientlibs [INFO] Apply filtering to FileSet below D:\Develop\github\filevault-package-maven-plugin-validation-issues\content-packages\ui.apps\target\classes\apps\filevaultsample\core [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
it complains twice about the missing encoding configuration.
following the documentation from
http://jackrabbit.apache.org/filevault-package-maven-plugin/package-mojo.html#resourceEncoding
the default for the encoding is the maven property project.build.sourceEncoding
which is configured in one of the parent POMs of this project (visible e.g. when using help:effective-pom).
Attachments
Issue Links
- is caused by
-
JCRVLT-389 Optionally support Maven Filtering during packaging
- Closed
- links to