mirror of https://github.com/apache/maven.git
correct lifecycle doco
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75c3b41c01
commit
0d27b339f9
|
@ -343,10 +343,10 @@ private MavenProject executedProject;
|
||||||
<execution>
|
<execution>
|
||||||
<configuration>
|
<configuration>
|
||||||
<debug>true</debug>
|
<debug>true</debug>
|
||||||
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>clover:compiler</goal>
|
<goal>clover:compiler</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</phase>
|
</phase>
|
||||||
|
|
Loading…
Reference in New Issue