If I want to deploy a version of cxf that I built to my internal repo (yes I know there is a danger of confusion doing this, but I need some fixes or else my projects won't work anymore). How can I safely do this? The cxf website says to do this:
mvn -Pdeploy deploy after you've built everything but it says apache committers only. If I DID do this, it would fail because I don't have credentials right? I'm thinking all I need to do is modify the repos in distribution management, but I don't want to accidentally cause Maven 2 to do some that screws you guys up. Thanks!
