Repository: hadoop Updated Branches: refs/heads/branch-2.8 d57784cbd -> 55c4eb3cf
HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor. (cherry picked from commit 0fd6d0f2d361536b2baf859ddbb082eb2eadcfcf) (cherry picked from commit b19415f1a18f4a2a121408f777fd9eaaeb52d074) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/55c4eb3c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/55c4eb3c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/55c4eb3c Branch: refs/heads/branch-2.8 Commit: 55c4eb3cf4f5a2999d1b3f725d07f608c119c469 Parents: d57784c Author: Akira Ajisaka <[email protected]> Authored: Mon Jul 31 16:59:24 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Mon Jul 31 17:29:31 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/55c4eb3c/hadoop-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-maven-plugins/pom.xml b/hadoop-maven-plugins/pom.xml index 70a22d0..a0c5192 100644 --- a/hadoop-maven-plugins/pom.xml +++ b/hadoop-maven-plugins/pom.xml @@ -59,13 +59,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: [email protected] For additional commands, e-mail: [email protected]
