HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor.
(cherry picked from commit0fd6d0f2d3
) (cherry picked from commitb19415f1a1
)
This commit is contained in:
parent
d57784cbda
commit
55c4eb3cf4
|
@ -58,6 +58,9 @@
|
|||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
|
@ -65,7 +68,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>default-descriptor</id>
|
||||
<phase>process-classes</phase>
|
||||
<phase>compile</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue