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 <[email protected]> Authored: Mon Jul 31 16:59:24 2017 +0900 Committer: Akira Ajisaka <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
