Using your prescribed release almost worked, but here is the new problem:
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
<version>3.0-incubating</version>
</parent>
This dependency does not exist. When I go to the repository that is defined
in the pom.xml file I see that there are only SNAPSHOT versions available.
Here is the link to the repository:
http://people.apache.org/maven-snapshot-repository/org/apache/servicemix/samples/
So I try to put SNAPSHOT in the version tag for the pom found in the
example's directory. This fixes the first problem, but the child project
pom.xml files are pointing to a parent pom also. So I go into each of the 3
child projects and alter their pom.xml to include -SNAPSHOT after the parent
pom version. This got things going. But at the end Maven still fails due to
not finding a dependency.
--
View this message in context:
http://www.nabble.com/WSDL-FIRST-example-Maven-build-problems-tf2319224.html#a6453355
Sent from the ServiceMix - User mailing list archive at Nabble.com.