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

This commit is contained in:
Akira Ajisaka 2017-07-31 16:59:24 +09:00
parent 481385ea8a
commit 0fd6d0f2d3
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 4 additions and 1 deletions

View File

@ -79,6 +79,9 @@
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
@ -86,7 +89,7 @@
<executions>
<execution>
<id>default-descriptor</id>
<phase>process-classes</phase>
<phase>compile</phase>
</execution>
</executions>
</plugin>