adobe / aem-spa-project-core

Contains abstraction for core Adobe Experience Manager and Single Page Application interface, the page.
Apache License 2.0
29 stars 29 forks source link

Build console displays warning that utf-8 not declared[bug] #29

Closed jaydubb12 closed 3 years ago

jaydubb12 commented 3 years ago

Describe the bug When building the project, there is a warning that is displayed in the maven console that denotes that the utf-8 format is not explicitly declared

Package version 1.2.0 1.2.3-SNAPSHOT

Remediation Append the following property to the all/pom.xml and the core/pom.xml

UTF-8
pfauchere commented 3 years ago

Internally tracked by CQ-4317712

habansal commented 3 years ago

Exact warnings:

[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! and [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!

habansal commented 3 years ago

Fixed via https://github.com/adobe/aem-spa-project-core/pull/30 and released spa.project.core-1.2.8 Closing this issue