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:
parent
2d35d0063a
commit
41cd04e92b
|
@ -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-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
|
Release 2.0.3-alpha - 2013-02-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -279,6 +279,7 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>version-info</id>
|
<id>version-info</id>
|
||||||
|
<phase>compile</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>version-info</goal>
|
<goal>version-info</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
|
@ -93,6 +93,7 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>version-info</id>
|
<id>version-info</id>
|
||||||
|
<phase>compile</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>version-info</goal>
|
<goal>version-info</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
Loading…
Reference in New Issue