how can I commit a file to SVN inside a Maven plugin ?
I have a selfwritten maven plugin which manipulates a file, which is already SVN supported.
After manipulation I would like to commit the changed file to SVN while being in the maven plugin ?
Can I just use some existing Maven-SVN-APIs inside my Java Code of the maven plugin ?
Thank you very much !