Hi,
I am having trouble configuring maven-release-plugin to connect to a CVS
repository using SSH. I've seen a few comments on the web suggesting
that this cannot be done from within Eclipse and that a CVS client needs
to be logged-in and running at the time of calling the plugin. Is this
true?
Here is my POM:
...
<scm>
<developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/auto/CVS:module</deve
loperConnection>
</scm>
...
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tag>TEST</tag>
</configuration>
</plugin>
</plugins>
</build>
...
I've also configured CVS_RSH to point to my SSH client.
Thank you,
Igor
--------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information.Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies of
the original message. If you are the intended recipient, please be advised that
the content of this message is subject to access, review and disclosure by the
sender's Email System Administrator.
--------------------------------------------------------