Issue
after package with maven, there is no jar generated in Idea.the error is: File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
Solution
open this setting and the problem is fixed: show excluded files. Actually,the jars are generated,but it just doesn't show on idea.
Answered By - Leo