Hi,

I'm trying to use the scm:add goal to add a new folder (and contents) into
CVS as part of my Maven release process.
Essentially I am using Hudson to build artifacts and when I deem an artifact
"releasable", I run the build using a separate "release" profile. As part of
this "release" profile, a new folder containing one or more files is created
under the base directory.

For the life of me I can't figure out how to get the new folder (and
contents) into CVS using this plugin.

When I specify just the folder in the includes argument such as (mvn scm:add
-Dincludes=folder) the build fails with the following error message:
No files have been specified for addition.

When I specify the full path to a file within that folder in the includes
argument such as (mvn scm:add -Dincludes=folder/file) the build fails with
the following error message:
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR]

Has anyone had any experience using this that would be able to offer a hand?

Thanks in advance!

--
View this message in context: 
http://maven-users.828.n2.nabble.com/Question-about-scm-add-tp6720761p6720761.html
Sent from the maven users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to