Maven 2.x Ant Tasks

dependencies task don't read remote repositories from settings xml

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 2.0.8
  • Fix Version/s: 2.0.9
  • Component/s: dependencies task
  • Labels:
    None
  • Environment:
    Apache Ant version 1.7.0 compiled on December 13 2006
    Linux
  • Number of attachments :
    2

Description

i am trying to work with with my jars but couldn't download them from our Artifactory's repository. I'm using maven as primary build tool and have correct settings.xml, but now i need ant's functionality for build server. There is correct settings.xml in proper place but ant don't read repositories from it.

  1. output.txt
    28/Feb/08 12:27 AM
    5 kB
    Fedor Malyshkin
  2. settings.xml
    28/Feb/08 12:27 AM
    2 kB
    Fedor Malyshkin

Issue Links

Activity

Hide
Herve Boutemy added a comment -

in settings, repositories are defined in profiles but profiles are not supported yet in Maven Ant Tasks

for the moment, you have to define your repository in your Ant buildfiles as a workaround

Show
Herve Boutemy added a comment - in settings, repositories are defined in profiles but profiles are not supported yet in Maven Ant Tasks for the moment, you have to define your repository in your Ant buildfiles as a workaround
Hide
Herve Boutemy added a comment -

support for active by default profiles is a first step to full profile support: working on it...

Show
Herve Boutemy added a comment - support for active by default profiles is a first step to full profile support: working on it...
Hide
Herve Boutemy added a comment -

fixed in r632809
profiles are here now, even if you can't explicitely activate or deactivate them with Maven Ant Tasks (which is the intent of MANTTASKS-35)

Show
Herve Boutemy added a comment - fixed in r632809 profiles are here now, even if you can't explicitely activate or deactivate them with Maven Ant Tasks (which is the intent of MANTTASKS-35)

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: