Deploying a revision of a third-party POM

If there is a Maven plugin or dependency that has a bug or problem, and you are able to fix it, you can deploy it to our internal repository. You will first need to set up your setting.xml as described here:
Adding a new third party jar.

Then run a shell command like this:

REPO=internal_snapshot
# you can also use internal, external_free and external_nonfree as appropriate
mvn deploy:deploy-file -DpomFile=target/exported-pom.xml -Dfile=target/retrotranslator-maven-plugin-1.0-SNAPSHOT.jar
-DrepositoryId=telstech-scp -Durl=scpexe://telstech.wisetest.org/var/www/repo-html/$REPO
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.