Add this to your {{$HOME/.m2/settings.xml}} to enable publishing to the Apache Nexus repo. This works for snapshots or staging final binaries. {code:xml|title=.m2/settings.xml} apache.snapshots.https yourapacheid yourapachepass apache.releases.https yourapacheid yourapachepass {code} Then publish via: {code} $ mvn clean deploy {code}