On 14 August 2011 10:38, Thomas Vandahl <t...@apache.org> wrote: > On 12.08.11 08:41, Stefan Bodewig wrote: >> Hi, >> >> while looking through the Gump setup for JCS I realized the artifactId >> inside the POM had been changed to commons-jcs while the groupId still >> is org.apache.jcs. Does it make sense to keep the old groupId when >> you change the artifactId anyway? > > I just thought it was a good idea and it wouldn't do much harm. I agree > that it is probably better to keep the previous combination for now. I > will revert the change.
Thanks. Unfortunately changing the group id without a corresponding package change can cause lots of problems. Maven treats it as a different artifact, but the classloader does not. Package id and Maven group:artifact ids must be changed together. > Bye, Thomas. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org