Repository: hadoop Updated Branches: refs/heads/branch-2 9c8a29616 -> b19415f1a
HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor. (cherry picked from commit 0fd6d0f2d361536b2baf859ddbb082eb2eadcfcf) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b19415f1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b19415f1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b19415f1 Branch: refs/heads/branch-2 Commit: b19415f1a18f4a2a121408f777fd9eaaeb52d074 Parents: 9c8a296 Author: Akira Ajisaka <[email protected]> Authored: Mon Jul 31 16:59:24 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Mon Jul 31 17:01:46 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/b19415f1/hadoop-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-maven-plugins/pom.xml b/hadoop-maven-plugins/pom.xml index 2ee2e67..331a2df 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]
