File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 4343 <url >https://github.com/fluent/fluent-logger-java/issues</url >
4444 </issueManagement >
4545
46+ <properties >
47+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
49+
50+ <!-- maven-compiler-plugin config -->
51+ <maven .compiler.source>6</maven .compiler.source>
52+ <maven .compiler.target>6</maven .compiler.target>
53+ </properties >
54+
4655 <dependencies >
4756 <dependency >
4857 <groupId >org.msgpack</groupId >
6978
7079 <build >
7180 <plugins >
72- <plugin >
73- <artifactId >maven-compiler-plugin</artifactId >
74- <version >2.3.2</version >
75- <configuration >
76- <source >1.6</source >
77- <target >1.6</target >
78- <encoding >UTF-8</encoding >
79- </configuration >
80- </plugin >
8181 <plugin >
8282 <artifactId >maven-assembly-plugin</artifactId >
8383 <version >2.2</version >
135135 <doctitle >${project.name} ${project.version} API</doctitle >
136136 <aggregate >true</aggregate >
137137 <locale >en_US</locale >
138- <encoding >UTF-8</encoding >
139138 </configuration >
140139 </plugin >
141140 <plugin >
159158 <doctitle >${project.name} ${project.version} API</doctitle >
160159 <aggregate >true</aggregate >
161160 <locale >en_US</locale >
162- <encoding >UTF-8</encoding >
163161 </configuration >
164162 </plugin >
165163 <plugin >
You can’t perform that action at this time.
0 commit comments