Results 1 to 3 of 3

Thread: Missing parent pom for the samples

  1. #1
    Join Date
    Dec 2004
    Posts
    7

    Default Missing parent pom for the samples

    I really appreciate the Maven2 support in the latest/greatest, i.e spring-ws.1.0m2 deployment. I am new to Spring-WS so the first thing I wanted to do was to generate an IntelliJ project for the samples.

    However, both the echo and the airline samples refer to a parent pom.xml of which I cannot find anywhere. I guess it should be located in the root of the samples directory in the distribution. I can get around the problem by removing the reference to the parent, but then I loose the dependency management, so the echo artifact itself as well as the core artifact both need groupId and version. Easymock, JUnit and XmlUnit are missing and must be added manually to the pom files.

    It would be nice if the parent pom was added with the samples!

    Cheers,
    Kristoffer

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Indeed, the parent pom for the samples is missing from that distribution. I will be included in the next release.

    In the mean time, you can download that pom here.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    Apr 2010
    Posts
    6

    Default

    Hello that link does not work and even in the latest download of Spring WS the parent pom is still missing. Can I please get the correct parent pom file from somewhere?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •