[
http://jira.codehaus.org/browse/MANTTASKS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MANTTASKS-73:
-----------------------------------
Testcase included: yes
Affects Version/s: (was: 2.0.7)
2.0.6
Fix Version/s: 2.0.7
Patch Submitted: [Yes]
> miss RemoteRepository sub-element for tasks pom and install-provider
> --------------------------------------------------------------------
>
> Key: MANTTASKS-73
> URL: http://jira.codehaus.org/browse/MANTTASKS-73
> Project: Maven 2.x Ant Tasks
> Issue Type: Wish
> Components: install-provider task, POM Integration
> Affects Versions: 2.0.6
> Environment: Ant 1.6.5 / Maven Ant Task 2.0.6
> Reporter: David N'DIAYE
> Fix For: 2.0.7
>
> Attachments: MANTTASKS-73.diff, MANTTASKS-73.tgz
>
>
> My pom have parent pom which is not in the {{repo1.maven.org}}. And i can't
> initialize it because maven task ant {{pom}} doesn't find parent pom.
> I need to have possibility to specify the remote repository like in the
> dependencies task
> {code:xml}
> <artifact:pom id="pom" file="${pom.location}" settingsFile="${settings.file}">
> *<remoteRepository refid="remote.repository" />*
> <localRepository location="${local.repository}" />
> </artifact:pom>
> {code}
> I have the same problem with the {{install-provider}} to download my
> dependencies. I can't specify the remote repository, so i can't download all
> dependencies which is not in {{repo1.maven.org}}.
> {code:xml}
> <artifact:install-provider artifactId="wagon-ftp" version="1.0-beta-2">
> *<remoteRepository refid="remote.repository" />*
> </artifact:install-provider>
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira