I'm behind a really, really restrictive firewall at work. The only outgoing
connections are over port 80 and port 443. To get around this, I've set up
an ssh daemon outside the firewall listening on port 443, and I forward
various ports over it.
One of these ports is for connections to cvs.sourceforge.net using the
pserver protocol.
Now, my project descriptor correctly defines the pom.repository.connection
as, e.g.:
scm:cvs:pserver:[EMAIL PROTECTED]:/cvsroot/myproject:mymodule
...but in my build.properties I'd like to override this somehow to be:
scm:cvs:pserver:[EMAIL PROTECTED]:4401/cvsroot/myproject:mymodule
...where port 4401 is forwarded to cvs.sourceforge.net:2401. This works
outside of Maven, but the change log plugin can't get out since it seems to
be taking the POM value without giving anything else a chance to override
it.
Any ideas? I have no problem hacking away at the plugin eventually to fix
this if that's necessary, but I was hoping something in the (extensively
flexible) properties setup would let me do this from a config file.
Cheers,
Laird
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]