You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stevo Slavić <ss...@gmail.com> on 2009/03/24 12:18:32 UTC

Providing credentials to maven-checkstyle-plugin

Hello maven users,

Is there a way to provide credentials to maven-checkstyle-plugin (2.0), so
that it can access a checkstyle checks configuration file located on a URL
which requires authentication? I've tried trick with embedding username and
password within URL, but it doesn't seem to work as plugin reports that it
"Could not find resource 'https://username:password@domain.com/checks.xml' "

Thanks in advance!

Regards,
Stevo.