when i try to add files to VSS using scm:add its giving following error
Reason: Cannot run add command :
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Error stacktrace:
org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in
the plugin manager executing goal
'org.apache.maven.plugins:maven-scm-plugin:1.0:add': Mojo execution failed.
Caused by: org.apache.maven.scm.ScmException: You must provide at least one
file/directory to add
in pom file i have mentioned as following
<scm>
<connection>scm:vss|\\prodigyss-dc\Projects|/Mogozz</connection>
<developerConnection>scm:vss|\\prodigyss-dc\Projects|/Mogozz</developerConnection>
</scm>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.0</version>
<configuration>
<username>srikantha</username>
<password>srikantha</password>
<basedir>D:\Work\srikanth\mogozz\starch\MogozzWorkSpace\Mavenwebapp\webapp</basedir>
</configuration>
--
View this message in context:
http://www.nabble.com/scm-add-tp20105010p20105010.html
Sent from the Maven - SCM mailing list archive at Nabble.com.