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 
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/problem-with-transitive-dependencies-tp3275330p3275330.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to