mirror of https://github.com/apache/maven.git
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:
parent
2013f8967a
commit
b34bd73955
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue