Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.6
-
Fix Version/s: 2.0.7
-
Component/s: install-provider task, pom task
-
Labels:None
-
Environment:Ant 1.6.5 / Maven Ant Task 2.0.6
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
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
<artifact:pom id="pom" file="${pom.location}" settingsFile="${settings.file}"> *<remoteRepository refid="remote.repository" />* <localRepository location="${local.repository}" /> </artifact:pom>
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.
<artifact:install-provider artifactId="wagon-ftp" version="1.0-beta-2"> *<remoteRepository refid="remote.repository" />* </artifact:install-provider>
Activity
Herve Boutemy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | MANTTASKS-73.diff [ 28125 ] | |
| Attachment | MANTTASKS-73.tgz [ 28126 ] |
Herve Boutemy
made changes -
| Patch Submitted | [Yes] | |
| Affects Version/s | 2.0.6 [ 13351 ] | |
| Testcase included | yes | |
| Affects Version/s | 2.0.7 [ 13521 ] | |
| Fix Version/s | 2.0.7 [ 13521 ] |
Jason van Zyl
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Here is remoteRepository support for pom and install-provider tasks