Re: Suck, cannot build, repository down??

2009-11-09 Thread David C. Hicks
For this very reason, I've set up my builds to only build the full dependency report when I specify it - normally for nightly and release builds. It keeps my development and continuous integration builds short and sweet. It's a simple thing to activate a profile for the longer builds to produce t

Re: Suck, cannot build, repository down??

2009-11-09 Thread Brian Fox
Yes, the dependency report does completely bypass the normal repository mechanism and thus Nexus. This needs to be fixed, but noone has attempted it yet that I know of. On Thu, Nov 5, 2009 at 9:56 PM, Stevo Slavić wrote: > Using Nexus already. Any advices what needs to be configured (differently)

Re: Suck, cannot build, repository down??

2009-11-05 Thread Stevo Slavić
Using Nexus already. Any advices what needs to be configured (differently)? Currently in .m2/settings.xml a nexus repository is configured to be mirror of central, while another project specific repository (group) is defined in projects aggregator/parent pom. Nevertheless, dependencies report plug

Re: Suck, cannot build, repository down??

2009-11-05 Thread Brian Fox
You need a repository manager. On Thu, Nov 5, 2009 at 4:22 AM, Stevo Slavić wrote: > I'm experiencing similar issue. maven2-repository.dev.java.net repository is > not defined in any of my project modules, but it is in project's 3rd party > dependencies. These dependencies were uploaded on centra

Re: Suck, cannot build, repository down??

2009-08-12 Thread Brian Fox
Actually it looks like you're using a bad url to the repository. You should instead use: http://download.java.net/maven/2 On Wed, Aug 12, 2009 at 1:51 PM, Arrowx7 wrote: > > Ok I reached something that I feared with maven: unable to get dependency. > > When I try to build my project, i get this: >

Re: Suck, cannot build, repository down??

2009-08-12 Thread Brian Fox
This is a major problem it looks like with the dev.java.net repository, it's returning garbage in the form of html instead of simply nacking the existence of that file. On Wed, Aug 12, 2009 at 1:51 PM, Arrowx7 wrote: > > Ok I reached something that I feared with maven: unable to get dependency. >

Suck, cannot build, repository down??

2009-08-12 Thread Arrowx7
Ok I reached something that I feared with maven: unable to get dependency. When I try to build my project, i get this: Project ID: org.apache.maven.plugins:maven-site-plugin Reason: Error getting POM for 'org.apache.maven.plugins:maven-site-plugin' from the repository: Unable to read local co