Am 27.01.2012 18:02, schrieb Maven User: > But the push is trying to push the "aggregate" repository, NOT the "jar" > repository. > > Any suggestions?
AFAIK, that's the way it works with DVCS like Git. Not done a release with a HG-based project though. DVCS version the whole repository, not single files. So if you push something, you always push the whole repo. This means, you'll have to release everything from a repo or nothing. You cannot release "only a subdirectory of an aggregator project". If you're using a multimodule project with an aggregator pom, you'll get all the child modules released at once. AFAIK, you cannot release a single child module. Kind regards Ansgar --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org