users@jersey.java.net

Re: [Jersey] Change packaging of jersey-tests pom.xml from pom to jar

From: Jakub Podlesak <Jakub.Podlesak_at_Sun.COM>
Date: Fri, 14 Nov 2008 09:54:29 -0800

On Fri, Nov 14, 2008 at 04:49:37PM +0100, Martin Grotzke wrote:
> Hi,
>
> the packaging in the jersey-tests pom.xml currently is defined as "pom".
> This prevents "mvn eclipse:eclipse" from creating the .classpath for
> eclipse for this maven module.
>
> If there's no reason why this should be "pom" instead of "jar" I'd
> change it to "jar".

No other reason than the project does not contain
any classes (other then junit tests), so that it seemed to me
there is no point to use jar packaging for it and provide a jar package.

>
> Any objections?

No objection.

~Jakub

>
> Cheers,
> Martin