Buildr doesn't read the ~/.m2/settings.xml (although it wouldn't be a bad idea...).
Instead it uses its own "repositories" variable. See http://buildr.apache.org/artifacts.html#repositories And you can define your repositories in .buildr/settings.yaml. See http://buildr.apache.org/settings_profiles.html alex On Wed, Aug 19, 2009 at 12:25 PM, Roger Pack <[email protected]> wrote: > A little new to buildr here... > > C:\dev\blade_copy\digitalarchive_trunk>buildr > To use Buildr you need a buildfile. Do you want me to create one?: > 1. From Maven2 POM file > 2. From directory structure > 3. Cancel > ? 1 > Downloading com.sun.xml.bind:jaxb-impl:pom:2.1.6 > Buildr aborted! > ←[31mFailed to download com.sun.xml.bind:jaxb-impl:pom:2.1.6, tried > the following repositories: > http://download.java.net/maven/2//←[0m > > (See full trace by running task with --trace) > > Any thoughts? My ~/.m2/settings.xml file lists several repositories, > as well--shouldn't they have been tried? > Thanks. > -r >
