HADOOP-10167. Mark hadoop-common source as UTF-8 in Maven pom files / refactoring. Contributed by Mikhail Antonov.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4e66e09e9
commit
4c197b5d56
@ -631,6 +631,9 @@ Release 2.3.0 - UNRELEASED
|
|||||||
|
|
||||||
HADOOP-10112. har file listing doesn't work with wild card. (brandonli)
|
HADOOP-10112. har file listing doesn't work with wild card. (brandonli)
|
||||||
|
|
||||||
|
HADOOP-10167. Mark hadoop-common source as UTF-8 in Maven pom files / refactoring
|
||||||
|
(Mikhail Antonov via cos)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
<url>http://hadoop.apache.org/mapreduce/</url>
|
<url>http://hadoop.apache.org/mapreduce/</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
<test.logs>true</test.logs>
|
<test.logs>true</test.logs>
|
||||||
<test.timeout>600000</test.timeout>
|
<test.timeout>600000</test.timeout>
|
||||||
<fork.mode>once</fork.mode>
|
<fork.mode>once</fork.mode>
|
||||||
|
@ -39,10 +39,6 @@
|
|||||||
<!-- number of threads/forks to use when running tests in parallel, see parallel-tests profile -->
|
<!-- number of threads/forks to use when running tests in parallel, see parallel-tests profile -->
|
||||||
<testsThreadCount>4</testsThreadCount>
|
<testsThreadCount>4</testsThreadCount>
|
||||||
|
|
||||||
<!-- platform encoding override -->
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
||||||
|
|
||||||
<!-- These 2 versions are defined here becuase they are used -->
|
<!-- These 2 versions are defined here becuase they are used -->
|
||||||
<!-- JDIFF generation from embedded ant in the antrun plugin -->
|
<!-- JDIFF generation from embedded ant in the antrun plugin -->
|
||||||
<jdiff.version>1.0.9</jdiff.version>
|
<jdiff.version>1.0.9</jdiff.version>
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<file.encoding>UTF-8</file.encoding>
|
<file.encoding>UTF-8</file.encoding>
|
||||||
<downloadSources>true</downloadSources>
|
<downloadSources>true</downloadSources>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -35,7 +35,6 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<file.encoding>UTF-8</file.encoding>
|
<file.encoding>UTF-8</file.encoding>
|
||||||
<downloadSources>true</downloadSources>
|
<downloadSources>true</downloadSources>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
<name>hadoop-yarn</name>
|
<name>hadoop-yarn</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
<test.logs>true</test.logs>
|
<test.logs>true</test.logs>
|
||||||
<test.timeout>600000</test.timeout>
|
<test.timeout>600000</test.timeout>
|
||||||
<yarn.basedir>${basedir}</yarn.basedir>
|
<yarn.basedir>${basedir}</yarn.basedir>
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
<url>http://hadoop.apache.org/yarn/</url>
|
<url>http://hadoop.apache.org/yarn/</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
<test.logs>true</test.logs>
|
<test.logs>true</test.logs>
|
||||||
<test.timeout>600000</test.timeout>
|
<test.timeout>600000</test.timeout>
|
||||||
<fork.mode>once</fork.mode>
|
<fork.mode>once</fork.mode>
|
||||||
|
4
pom.xml
4
pom.xml
@ -85,6 +85,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<distMgmtStagingId>apache.staging.https</distMgmtStagingId>
|
<distMgmtStagingId>apache.staging.https</distMgmtStagingId>
|
||||||
<distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
|
<distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
|
||||||
<distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>
|
<distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>
|
||||||
|
|
||||||
|
<!-- platform encoding override -->
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
Loading…
Reference in New Issue
Block a user