Please file a bug in JIRA. Thanks! - Brett
On 8/10/05, Krutyakov Roman <[EMAIL PROTECTED]> wrote: > Hi, > I have remote repository accessible thru http with basic auth > (subversion repository with http access) > in my build properties: > maven.repo.remote=http://user:[EMAIL PROTECTED]:81/svn/v2/trunk/target/maven > maven.repo.local=/opt/maven-repository > > with Maven 1.0.2 it works > with Maven 1.1-beta-1 build brokes because of missing dependencies > > during build: > > Getting failed dependencies: > [EMAIL PROTECTED], > [EMAIL PROTECTED], > [EMAIL PROTECTED] > Attempting to download slamd_client-1.8.1.jar. > http://cs.net.rs:81/svn/v2/trunk/target/maven//slamd/jars/slamd_client-1.8.1.jar > - Status code: 200 > Local file is newer: not downloaded > Attempting to download slamd_server-1.8.1.jar. > http://cs.net.rs:81/svn/v2/trunk/target/maven//slamd/jars/slamd_server-1.8.1.jar > - Status code: 200 > Local file is newer: not downloaded > Attempting to download catalina-ant-5.5.10.jar. > http://cs.net.rs:81/svn/v2/trunk/target/maven//ant/jars/catalina-ant-5.5.10.jar > - Status code: 200 > Local file is newer: not downloaded > Processing dependencies for project Distributed Performance Testing Tool > based on SLAMD; classloader [ForeheadClassLoader: name="root.maven"] > Artifact '/opt/maven-repository/slamd/jars/slamd_client-1.8.1.jar' not > found to add to classpath > Artifact '/opt/maven-repository/slamd/jars/slamd_server-1.8.1.jar' not > found to add to classpath > Artifact '/opt/maven-repository/ant/jars/catalina-ant-5.5.10.jar' not > found to add to classpath > > Before build - all dependency jars are not present in local repository > After build - all dependency directories (for > example /opt/maven-repository/slamd/jars) created, but empty > > -- > Roman Krutyakov > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
