mirror of https://github.com/apache/maven.git
o i'll work on this in the alpha-3, time is up. time to cut the release
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@739417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f8488670e7
commit
69cb8216f4
|
@ -87,14 +87,14 @@ END SNIPPET: ant-bootstrap -->
|
|||
|
||||
<!-- Pull the dependencies for Modello -->
|
||||
<mercury:resolve-dependencies id="modello">
|
||||
<mercury:local-repository location="${maven.repo.local}"/>
|
||||
<mercury:dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
|
||||
<mercury:local-repository location="${maven.repo.local}"/>
|
||||
<mercury:dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="${pom.properties.modelloVersion}"/>
|
||||
</mercury:resolve-dependencies>
|
||||
|
||||
<!-- Pull the dependencies for the MetadataGenerator CLI -->
|
||||
<mercury:resolve-dependencies id="pmdg">
|
||||
<mercury:local-repository path="${maven.repo.local}"/>
|
||||
<mercury:dependency groupId="org.codehaus.plexus" artifactId="plexus-component-metadata" version="${pom.properties.plexusVersion}"/>
|
||||
<mercury:local-repository path="${maven.repo.local}"/>
|
||||
<mercury:dependency groupId="org.codehaus.plexus" artifactId="plexus-component-metadata" version="${pom.properties.plexusVersion}"/>
|
||||
</mercury:resolve-dependencies>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue