git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@522402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arnaud Heritier 2007-03-26 02:02:33 +00:00
parent 96e9f759ca
commit 528505a662
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ under the License.
<preGoal name="java:compile">
<attainGoal name="customizeModello"/>
</preGoal>
<!-- We need to have the generated code before to compute the javadoc -->
<preGoal name="maven-javadoc-plugin:register">
<!-- We need to have the generated code before to compute the javadoc and to register the modello report -->
<preGoal name="xdoc:register-reports">
<attainGoal name="customizeModello"/>
</preGoal>
</project>