Felix Knecht pisze:
Now I get for both greps an entry:
$ grep sourceresolve .classpath
<classpathentry kind="var"
path="M2_REPO/org/apache/excalibur/components/excalibur-sourceresolve/2.2.3/excalibur-sourceresolve-2.2.3.jar"/>
$ grep ajax .classpath
<classpathentry kind="var"
path="M2_REPO/org/apache/cocoon/cocoon-ajax-impl/1.0.0/cocoon-ajax-impl-1.0.0.jar"/>
Ok, so I'm sure it's not my configuration issues but a real bug in Eclipse plug-in. What's more
interesting, if you change dependency on cocoon-servlet-service-components to 1.0.0 and leave ajax
dependency *uncommented* the output in .classpath is ok.
I love all those nasty bugs in Maven and friends...
--
Grzegorz Kossakowski