users@jersey.java.net

Re: [Jersey] eclipse .classpath file available?

From: Robert Koberg <rob_at_koberg.com>
Date: Thu, 6 Aug 2009 08:14:53 -0700

On Aug 6, 2009, at 8:03 AM, Paul Sandoz wrote:

>> I tried to instal m2eclipse maven plugin for eclipse, but could not
>> get through the install process. I was able to install their
>> development version (I am using eclipse 3.5 - Build id:
>> 20090621-0832 on OS X). When I try to run maven against the root
>> pom.xml (don't know if I using correct terminology), I get the
>> following:
>>
>> [WARNING]
>> [WARNING] Some problems were encountered while building the
>> effective model for com.sun.jersey:jersey-project:pom:1.1.2-ea-
>> SNAPSHOT
>> [WARNING] Invalid POM com.sun.jersey:jersey-project:1.1.2-ea-
>> SNAPSHOT (/Users/rkobergmac/Documents/workspace/jersey/jersey/
>> pom.xml): 'build.plugins.plugin.version' is missing for
>> org.codehaus.mojo:buildnumber-maven-plugin
>> [WARNING]
>> [WARNING] It is highly recommended to fix these problems because
>> they threaten the stability of your build.
>> [WARNING]
>> [WARNING] For this reason, future Maven versions will no longer
>> support building such malformed projects.
>>
>> I don't know if this is an issue or just something screwed up with
>> my install.
>>
>
> Do you know what version of maven is being used?
>
> The warning indicates that a version declaration is missing from the
> main Jersey pom.xml file. I would presume since this is a warning
> that it should not affect processing for the current version of
> maven you are using.


Don't worry about it. I am using the m2eclipse dev version. When I run
maven from the command line, it works fine.

thanks for looking into it,
-Rob


>
> Paul.