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]