I'm afraid I have not come across any particular VSS plugins for maven but as 
you hint it is easy to embed your VSS task calls in the maven.xml file of your 
project just as you do in an ant build.xml. 

read this for details of the maven.xml 
  http://maven.apache.org/reference/user-guide.html#maven_xml
The only real difference is using 'goal' tags instead of 'target' - plus you 
get jelly scripting but you dont have to use it

and read this for details of the ant tasks for VSS: 
  http://ant.apache.org/manual/OptionalTasks/vss.html#tasks

most VSS features are available though not absolutely everything 

HTH, tim 
-----Original Message-----
From: bahaa Nasrallah [mailto:[EMAIL PROTECTED]
Sent: Wed 02/02/2005 10:52 AM
To: [email protected]
Subject: How to Access VSS files from Maven?
 
Hi,
We have our files stored in Microsoft Visual Source Safe and not in CVS. 
may you please help me how access to VSS files from maven should be 
done? i know that maven supports integrating Ant, and Ant supports vss 
functions. should this problem be solved by Ant?

Thank you in advance,
Bahaa Nasrallah


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to