This looks fine, but the id you have (internal) is different to the log (internal-repo). Is that right?
It's hard to tell why it might be hanging - can you take a thread dump at the time? (kill -3 on unix, ctrl-bkspace on windows). - Brett On 9/22/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote: > On 22.09.2005, at 01:17, Brett Porter wrote: > > On 9/22/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote: > > > >> I would like to isolate the problem, but don't know where to start. > > > > Can you share the <distributionManagement> section of your POM, and > > any relevant settings you have set? > > Here's distributionManagement and settings.xml: > > // in pom.xml > ... > <distributionManagement> > <repository> > <id>internal</id> > <name>internal repository</name> > <url>scp://maven.example.com/home/maven/maven2</url> > </repository> > </distributionManagement> > ... > > // in ~/.m2/settings.xml > <settings> > <servers> > <server> > <id>internal</id> > <username>maven</username> > <password>secret</password> > </server> > </servers> > </settings> > > Thanks, > -Ralph. > > > --------------------------------------------------------------------- > 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]
