What I am looking to do is take my local maven repo (stored in .m2/repository/) and upload all the artefacts up to a ProGet server.
I cant seem to find any documents or maven plugin even that gives me this functionality?
Can anyone help please?
What I am looking to do is take my local maven repo (stored in .m2/repository/) and upload all the artefacts up to a ProGet server.
I cant seem to find any documents or maven plugin even that gives me this functionality?
Can anyone help please?
You could try the Wagon Maven Plugin but its latest version is almost two years old and I experienced things not working with recent Maven versions.
You could use the Exec Maven Plugin to run a script that uploads your files.