Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: maven 2

  1. #21
    Join Date
    Sep 2006
    Location
    Medford, Oregon, U.S.A.
    Posts
    5

    Default Ben Hale working on creating poms for 2.0 release


  2. #22
    Join Date
    Apr 2006
    Location
    Montreal, Canada
    Posts
    178

    Default

    In the mean time, simply download the full spring.jar and install it in manually in your Maven repository using the following command:

    mvn install:install-file -DgroupId=org.springframework -DartifactId=spring -Dversion=2.0-rc4 -Dpackaging=jar -Dfile=spring.jar -DgeneratePom=true

    Then you can use this dependency in your POM.

    Sure it's not as "clean" as automatically downloading the JAR and its dependencies from iBiblio, but you won't have to migrate back to Ant.

  3. #23
    Join Date
    Sep 2006
    Location
    Medford, Oregon, U.S.A.
    Posts
    5

    Default Good tip

    Thanks for the tip! I am working on an example using the petportal application and Maven2. My hope is that anyone working from any machine will be able to download it and package it up, without resorting to using specialized Maven settings. I'm not in too much of a rush. It looks like pretty soon those POM files will be up.

Posting Permissions

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