In Project properties under Java Build Path do you see the Maven Dependencies entry in the libraries? Did you tell Eclipse that you wanted to use Maven Dependencies (Right click on the Project header => Maven=>Use Maven Dependencies (or something like that).

Do you have the Maven integration plug-ins loaded in Eclipse (do you have the GUI POM file editor). This is why I uses Eclipse/STS since all the Maven tools are included.

Ron

On 22/11/2010 8:09 AM, banka.ravi wrote:

I have following dependencies

webService_war : here is all webservice code
     |
     |--webServiceClient_jar : this is a dummy project. It takes the
webService.war and generates
             |                          proxies then builds a jar out of
them.
             |--ClientApps_jar : uses the webServicesClient.Jar to use the
services provided by the
                                        webService.

Now the issue is, while developing Eclipse donot identify the classes in the
webServicesClient.jar. It shows every line that has classes from
webServicesClient as error. If I write code blindly and then compile it
compiles successfully and I can also deploy and use the app with out any
issues.

Any idea on resolving the above problem

Regards,
B. Ravi Shankar


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to