On Tue, Jan 5, 2010 at 7:47 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote:
> I make the occasional submissions to the junit project, and I wanted to > submit a pom.xml that'd convert it into a proper maven project. > > My real question is what/if anything should be done to the groupId of > junit. > it should probably be org.junit but has since "the beginning of time" been > just junit. I know at least surefire would need to be updated if the > artifact id changed. I thought I'd put something into the pom.xml I submit > to them, I'm just not sure what.. > > I guess you mean adding a relocation element to their 'old' pom? http://maven.apache.org/pom.html#Relocation > I don't know who actually publishes junit to the repos, but 4.8 and 4.8.1 > have been released. If you vote for the following junit issue we might be > able to make them release 4.9 themselves; > > http://github.com/KentBeck/junit/issues#issue/66 > > Kristian >