cloudtrends / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
1 stars 0 forks source link

Add project.build.sourceEncoding to soitk-pom and default-parent-pom #370

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add the following:

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

to:

1. trunk/pom.xml
2. trunk/commons/poms/default-parent

Backwards compatibility
---------------------
Parent-poms derived from the default-parent might need to add 
project.build.sourceEncoding if not already specified.

Original issue reported on code.google.com by hakan.d...@gmail.com on 3 Mar 2014 at 12:07

GoogleCodeExporter commented 9 years ago
The project.build.sourceEncoding is declared in the sonatype oss-parent but is 
easy to miss if the parent-relation is cut off, like for at typical customised 
parent-pom.

Also check if there are other declarations in the oss-parent that needs to be 
re-declared to be explicit.

Original comment by hakan.d...@gmail.com on 3 Mar 2014 at 12:20