HADOOP-9245. mvn clean without running mvn install before fails. Contributed by Karthik Kambatla.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1446019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2013-02-14 01:32:30 +00:00
parent 2d35d0063a
commit 41cd04e92b
3 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,9 @@ Release 2.0.4-beta - UNRELEASED
HADOOP-9305. Add support for running the Hadoop client on 64-bit AIX. (atm)
HADOOP-9245. mvn clean without running mvn install before fails.
(Karthik Kambatla via suresh)
Release 2.0.3-alpha - 2013-02-06
INCOMPATIBLE CHANGES

View File

@ -279,6 +279,7 @@
<executions>
<execution>
<id>version-info</id>
<phase>compile</phase>
<goals>
<goal>version-info</goal>
</goals>

View File

@ -93,6 +93,7 @@
<executions>
<execution>
<id>version-info</id>
<phase>compile</phase>
<goals>
<goal>version-info</goal>
</goals>