Switching to wagon-httpd from lightweight helps. I added:
<project>
<build>
<extensions>
<extension> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>1.0-beta-7</version>
</extension>
</extension>
<build>
</project>
And authentication works fine.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
Works perfect even with encrypted passwords. Just FYI. If anyone needs
it :-).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]