How can I commit a single artifact like a file or a directory to an arbitrary location in a svn repository in the deploy lifecycle phase? With repository I mean a ...
I am using maven-buildnumer-plugin to add my SVN revision numer and build date to my web pages footer in Spring MVC project. All good... I thought.
I have no errors, but:
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 ...
Is there a way to perform Findbugs check automatically on files which are going to be committed to SVN?I know there is a Maven plugin, but I don't want to perform ...