File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 186186 <!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
187187 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
188188 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
189+ <commons .encoding>UTF-8</commons .encoding>
189190 </properties >
190191
191192 <build >
192193 <sourceDirectory >src/java</sourceDirectory >
193194 <testSourceDirectory >src/test</testSourceDirectory >
194195 <plugins >
195- <plugin >
196- <groupId >org.apache.maven.plugins</groupId >
197- <artifactId >maven-compiler-plugin</artifactId >
198- <configuration >
199- <encoding >UTF-8</encoding >
200- </configuration >
201- </plugin >
202196 <plugin >
203197 <groupId >org.apache.maven.plugins</groupId >
204198 <artifactId >maven-surefire-plugin</artifactId >
227221
228222 <reporting >
229223 <plugins >
230- <plugin >
231- <groupId >org.apache.maven.plugins</groupId >
232- <artifactId >maven-project-info-reports-plugin</artifactId >
233- <version >2.3.1</version >
234- </plugin >
235224 <plugin >
236225 <groupId >org.apache.maven.plugins</groupId >
237226 <artifactId >maven-changes-plugin</artifactId >
287276 <artifactId >maven-javadoc-plugin</artifactId >
288277 <version >2.7</version >
289278 <configuration >
290- <charset >UTF-8</charset >
291- <docencoding >UTF-8</docencoding >
292- <encoding >UTF-8</encoding >
293279 <linksource >true</linksource >
294280 <links >
295281 <link >http://download.oracle.com/javase/1.4.2/docs/api/</link >
You can’t perform that action at this time.
0 commit comments