Uploaded image for project: 'Maven Ant Plugin (RETIRED)'
  1. Maven Ant Plugin (RETIRED)
  2. MANT-53

Use maven ant tasks for resolving dependencies.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • None
    • None
    • None

    Description

      Currently the generated maven-build.xml file uses the <get> task to try to download each dependency. This can be very slow especially because a separate <get> is created for each repository, so the build has to wait for several timeouts. A better solution might be to use the maven ant tasks. That way the dependency resolution behaves the same way as the maven build. The ant plugin could resolve the ant tasks jar to the local maven repo, and then add the necessary configuration to the generated maven-build.xml.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pgier Paul Gier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: