This week I upgraded to maven 2.1.0 which brings some improvements. For example it now downloads multiple resources/dependencies parallel.
Every time I builded my project I got the following warning message:
[WARNING] Using platform encoding (CP1252) to copy filtered resources, i.e. build is platform dependent!
Searching google for how to resolve that warning brought up this JIRA entry that recommends adding a property that defines the encoding of the resource files:
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Doing that resolved the warning.
URL: http://dertompson.com/2009/03/27/encoding-waring-in-maven-210/
分享到:
相关推荐
xml version="1.0" encoding="GB2312"?> <project name="smice-card_2_0 项目构建过程" default="编译" basedir="."> <target name="更新环境"> <exec dir="." executable="cmd.exe"> &...
这个“apache maven2.1.0”版本是Maven 2系列的一个重要里程碑,发布于2007年,为开发者提供了许多改进和新特性。 Maven的核心概念是项目对象模型(Project Object Model,POM)。POM是一个XML文件,包含了项目的...
"apache-maven-2.1.0-bin.zip" 文件是Apache Maven 2.1.0版本的二进制发行版,包含了运行Maven所需的所有文件。 Maven 2.1.0 是Maven历史上的一个重要版本,它在2.0.x系列的基础上进行了一系列的改进和增强。以下是...
jar包,亲测可用
maven-script-beanshell-2.1.0.jar
maven-monitor-2.1.0.jar
maven-toolchain-2.1.0.jar
maven-settings-2.1.0.jar
maven-profile-2.1.0.jar
maven-plugin-2.1.0.jar
maven-interceptor-2.1.0.jar
maven-core-2.1.0.jar
maven-hpi-plugin-2.1.0.jar
maven-toolchain-2.1.0-sources.jar
maven-plugin-2.1.0-sources.jar
maven-interceptor-2.1.0-sources.jar
maven3-snapshots-2.1.0.jar
maven3-plugin-2.1.0.jar
maven3-model-2.1.0.jar
maven3-interceptor-2.1.0.jar