In our environment we use Jenkins to build java artefacts.
We want a scriptbased buildsystem to automatically deploy the artifact and re-use the scripts we already have.
What I want to do is make the buildsystem extract the HEAD from svn and use Maven with some goal to get the latest artefact in the snapshot-repository as opposed to letting the buildsystem build the javaproject that already is deployd to the maven repo.
Any toughts on this?