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/trunk@1438239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Suresh Srinivas 2013-01-24 22:35:12 +00:00
parent 16acd69e58
commit e625e6d296
3 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,9 @@ Trunk (Unreleased)
HADOOP-8924. Add maven plugin alternative to shell script to save
package-info.java. (Chris Nauroth via suresh)
HADOOP-9245. mvn clean without running mvn install before fails.
(Karthik Kambatla via suresh)
BUG FIXES
HADOOP-8419. Fixed GzipCode NPE reset for IBM JDK. (Yu Li via eyang)

View File

@ -274,6 +274,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>