Hi,
Neither Camel build POM [1] does define a value for 'jetty-version' nor it's
parent org.apache:apache:9 so that running the eclipse plugin comes up with
the warnings like:
[WARNING] The POM for
org.mortbay.jetty:jetty-maven-plugin:jar:${jetty-version} is missing, no
dependency information available
[WARNING] Failed to retrieve plugin descriptor for
org.mortbay.jetty:jetty-maven-plugin:${jetty-version}: Plugin
org.mortbay.jetty:jetty-maven-plugin:${jetty-ve
rsion} or one of its dependencies could not be resolved: Failed to read
artifact descriptor for
org.mortbay.jetty:jetty-maven-plugin:jar:${jetty-version}
And on my local respository maven creates a directory like this:
http://camel.465427.n5.nabble.com/file/n4806907/maven.jpg maven.jpg
Shouldn't be an entry like the following in [1]
<jetty-version>7.4.5.v20110725</jetty-version>
And what also really puzzles me is that looking at the svn history of [1]
the plugin entry:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${jetty-version}</version>
</plugin>
was *always* there since ages without any definition of the jetty-version
property, however I hadn't have any issue with it on trunk until couple of
days ago! Or maybe I didn't realize it, no idea...
Regards, Babak
[1] https://svn.apache.org/repos/asf/camel/trunk/pom.xml
--
View this message in context:
http://camel.465427.n5.nabble.com/mvn-eclipse-clean-eclipse-eclipse-not-being-happy-with-jetty-version-tp4806907p4806907.html
Sent from the Camel - Users mailing list archive at Nabble.com.