Hello,
I'd like to know what is the philosophy of using maven2 scm plugin. I put my pom.xml at the root dir of my project. Projet under SVN : MyProject/Pom.xml MyProject/Src/main/java/... ... So with the maven checkout command (mvn scm:checkout...), this pom is located in target/checkout dir. Target/checkout/pom.xml Target/checkout/src/main/java/... Do I have to modify the checkout directory (-D checkoutDirectory) so that the source files will be copied in a MyProject/ dir? Is there a way to checkout, compile( ....) and commit? How can I simply do this? There is a lack of documentation. I don't find a way to do this with maven. I finally decided to use a shell script that extract the source from svn and then use maven for the other goals. Do I have to use the release plugin? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Franck HUGOT SOFINCO - Groupe Credit Agricole Service Urbanisation Des Développements DSI/PAT/DAOS/SUDD Tel : (+33) 01 60 76 54 66 [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
