I've got a pom building a jar and packaging it into a rpm using rpm-maven-plugin. The jar is used both as a standalone application and as a dependency of other applications, so I need to deploy both artifacts to our local Nexus. I would like to deploy the jar into the standard maven-releases/maven-snapshots repositories, but the rpm I would like to deploy into a different repository in the same Nexus dedicated to just our RPMS.
My maven knowledge is fairly basic, but I'm not seeing how to do this. I hope it isn't so outside the maven philosophy that I can't, because the separate RPM repository is probably non-negotiable.
Thanks!