mirror of https://github.com/apache/maven.git
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:
parent
93ff4ffc2b
commit
06dca8e528
11
build.xml
11
build.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue