Re: Nexus and groupId relocation
sebb <[email protected]> Thu, 10 Mar 2011 14:53:17 +0000
| Newsgroups | gmane.comp.jakarta.repository |
|---|---|
| Message-ID | <[email protected]> |
On 10 March 2011 14:44, Brian Demers <[email protected]> wrote: > There is no automated support, you would just upload the pom manually. Any plans to support the process as described in: http://maven.apache.org/guides/mini/guide-relocation.html Of course it would not apply to Maven Central (see below). > Other projects are being moved to: org.apache.commons:commons-* > > If you run into any problems with your relocation pom, let me know I've just been told that Maven Central does not allow existing releases to be replaced by relocation poms, so any Commons components that want to change groupId will also have to change package name. This makes relocation unnecessary - and in fact relocation cannot be used in such a case, because the artifacts are not replacements. > > On Wed, Mar 9, 2011 at 6:43 PM, sebb <[email protected]> wrote: >> Does Nexus offer any support for groupId relocation? >> >> For example, if Commons decided to relocate >> commons-daemon:commons-daemon to org.apache.commons:commons-daemon, >> could this be achieved with Nexus? >> >> Is there a best practice for how to go about setting up the jars with >> the new groupIds and creating the relocation POMs for all the old >> versions? >> >