mirror of https://github.com/apache/maven.git
Fix site
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@522402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96e9f759ca
commit
528505a662
|
@ -36,8 +36,8 @@ under the License.
|
||||||
<preGoal name="java:compile">
|
<preGoal name="java:compile">
|
||||||
<attainGoal name="customizeModello"/>
|
<attainGoal name="customizeModello"/>
|
||||||
</preGoal>
|
</preGoal>
|
||||||
<!-- We need to have the generated code before to compute the javadoc -->
|
<!-- We need to have the generated code before to compute the javadoc and to register the modello report -->
|
||||||
<preGoal name="maven-javadoc-plugin:register">
|
<preGoal name="xdoc:register-reports">
|
||||||
<attainGoal name="customizeModello"/>
|
<attainGoal name="customizeModello"/>
|
||||||
</preGoal>
|
</preGoal>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue