Re: Archiva 1.0.1

2008-02-11 Thread Brett Porter
You need to modify the default whitelist on the java.net repository - as it only downloads javax/** by default. On 12/02/2008, ben short [EMAIL PROTECTED] wrote: Hi, Im trying to setup Archiva at work. I havent change any of the default configuration but when I run mvn clean on my project it

Re: Archiva 1.0.1

2008-02-11 Thread ben short
Thanks Brett that worked. On Feb 11, 2008 10:21 PM, Brett Porter [EMAIL PROTECTED] wrote: You need to modify the default whitelist on the java.net repository - as it only downloads javax/** by default. On 12/02/2008, ben short [EMAIL PROTECTED] wrote: Hi, Im trying to setup Archiva at

Archiva 1.0.1

2008-02-11 Thread ben short
Hi, Im trying to setup Archiva at work. I havent change any of the default configuration but when I run mvn clean on my project it fails to find the following plugin. groupIdorg.jvnet.jaxb1.maven2/groupId artifactIdmaven-jaxb1-plugin/artifactId version1.0-rc11/version And its available at the

RE: repository purge isn't working in 1.0.1

2008-02-11 Thread Jason Chaffee
103617966 [pool-1-thread-1] INFO org.codehaus.plexus.taskqueue.execution.TaskExecutor:database-update - Executing task from queue with job name: database-job 103617966 [pool-1-thread-1] INFO org.codehaus.plexus.taskqueue.execution.TaskExecutor:database-update - Task: Updating unprocessed

Re: Possible to remotely trigger a repository scan?

2008-02-11 Thread Brett Porter
not at present (other than sending a valid cookie and hitting the scan admin link) - but there's a possible workaround. I believe that if you hit the URL of the artifact over WebDAV it will scan just that artifact which should be what you need. I'd need to confirm - it may only be in the proxy