Uploaded image for project: 'Maven Ant Tasks (RETIRED)'
  1. Maven Ant Tasks (RETIRED)
  2. MANTTASKS-73

miss RemoteRepository sub-element for tasks pom and install-provider

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.6
    • 2.0.7
    • 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>
      

      Attachments

        1. MANTTASKS-73.diff
          19 kB
          Herve Boutemy
        2. MANTTASKS-73.tgz
          3 kB
          Herve Boutemy

        Activity

          People

            Unassigned Unassigned
            dndiaye David N'DIAYE
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: