fixed bootstrap problem to resolve Modello 1.0.1-SNAPSHOT dependency

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@746453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2009-02-21 08:26:24 +00:00
parent 93ff4ffc2b
commit 06dca8e528
1 changed files with 9 additions and 2 deletions

View File

@ -87,8 +87,15 @@ END SNIPPET: ant-bootstrap -->
<!-- Pull the dependencies for Modello -->
<artifact:dependencies pathId="modello.pathid" filesetId="modello.fileset" verbose="${verbose}">
<localRepository path="${maven.repo.local}"/>
<dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
<localRepository path="${maven.repo.local}"/>
<!-- TODO: remove when Modello 1.0.1 is released -->
<remoteRepository url="http://repo1.maven.org/"/>
<remoteRepository url="http://snapshots.repository.codehaus.org/">
<snapshots enabled="true"/>
<releases enabled="false"/>
</remoteRepository>
<!-- /TODO -->
<dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
</artifact:dependencies>
<!-- Pull the dependencies for the MetadataGenerator CLI -->