Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.6
-
None
-
Ant 1.6.5 / Maven Ant Task 2.0.6
-
Patch
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>