You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2017/07/31 08:00:15 UTC

hadoop git commit: HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 481385ea8 -> 0fd6d0f2d


HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0fd6d0f2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0fd6d0f2
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0fd6d0f2

Branch: refs/heads/trunk
Commit: 0fd6d0f2d361536b2baf859ddbb082eb2eadcfcf
Parents: 481385e
Author: Akira Ajisaka <aa...@apache.org>
Authored: Mon Jul 31 16:59:24 2017 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Mon Jul 31 17:00:10 2017 +0900

----------------------------------------------------------------------
 hadoop-maven-plugins/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0fd6d0f2/hadoop-maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-maven-plugins/pom.xml b/hadoop-maven-plugins/pom.xml
index 9831456..2ff93f7 100644
--- a/hadoop-maven-plugins/pom.xml
+++ b/hadoop-maven-plugins/pom.xml
@@ -80,13 +80,16 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>${maven.plugin-tools.version}</version>
         <executions>
           <execution>
             <id>default-descriptor</id>
-            <phase>process-classes</phase>
+            <phase>compile</phase>
           </execution>
         </executions>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org