I'm in a team to develop plugins in java. We got Maven, a repository and Jenkins, And I got myself a debian-server to test my applications. When I push my commits, this happens:
Push in repository, upload and build in Jenkins. Users download these .jar files and upload these to their server
What I want to be happen: There are two ways, First: After building with Jenkins: Download these files, Second: When pressing "maven build", maven builds my applications and copy these to my server
How can I do this?
(Sorry for my bad English: I'm German)