I have a Maven artifact (javax.activation as it happens) that I installed manually in my local repository some time in the past. I don't remember where it came from, but it appears not to be available from any of the public repositories.
I have access to a shared remote repository for my team. How can I redeploy this artifact to the remote repository? I found the deploy:deploy-file goal but that appears to be for files not already managed by Maven.