Workaround for MODELLO-87

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@530929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arnaud Heritier 2007-04-20 21:47:25 +00:00
parent 2013f8967a
commit b34bd73955
1 changed files with 7 additions and 0 deletions

View File

@ -40,4 +40,11 @@ under the License.
<preGoal name="xdoc:register-reports">
<attainGoal name="customizeModello"/>
</preGoal>
<!-- Workaround for MODELLO-87 -->
<postGoal name="modello:xdoc">
<ant:replace file="${maven.modello.xdoc.targetDirectory}/${maven_modello_model_id}.xml" token="packageName" value="package"/>
</postGoal>
<postGoal name="modello:xsd">
<ant:replace file="${maven.modello.xsd.targetDirectory}/${maven_modello_model_id}-${maven.modello.version}.xsd" token="packageName" value="package"/>
</postGoal>
</project>