Maven 2 Modeler - dependences problem

From: Gilberto C. Andrade (gilbertoc..mail.com)
Date: Tue Aug 04 2009 - 23:29:57 EDT

  • Next message: Andrey Razumovsky: "Re: Maven 2 Modeler - dependences problem"

    Hi, I'm back!
    Hope this time I can stick with cayenne and contribute as well.

    [code]
    Gilbert..inhacasa /cygdrive/e/tools/workspace/osu-park
    $ mvn cayenne-modeler:run
    [INFO] Scanning for projects...
    [INFO] ------------------------------------------------------------------------
    [INFO] Building osu-park
    [INFO] task-segment: [cayenne-modeler:run]
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo1.maven.org/maven2/jgoodies/looks/1.3.1/looks-1.3.1.pom
    [INFO] Unable to find resource 'jgoodies:looks:pom:1.3.1' in
    repository central
    (http://repo1.maven.org/maven2)
    Downloading: http://repo1.maven.org/maven2/org/scopemvc/scopemvc/1.0.1/scopemvc-
                                                1.0.1.pom
    [INFO] Unable to find resource 'org.scopemvc:scopemvc:pom:1.0.1' in
    repository c entral
    (http://repo1.maven.org/maven2)
    Downloading: http://repo1.maven.org/maven2/commons-dbcp/commons-dbcp/1.2.1/commo
                                                ns-dbcp-1.2.1.jar
    Downloading: http://repo1.maven.org/maven2/org/scopemvc/scopemvc/1.0.1/scopemvc-
                                                1.0.1.jar
    Downloading: http://repo1.maven.org/maven2/jgoodies/looks/1.3.1/looks-1.3.1.jar
    Downloading: http://repo1.maven.org/maven2/commons-pool/commons-pool/1.2/commons
                                                -pool-1.2.jar
    [INFO] Unable to find resource 'jgoodies:looks:jar:1.3.1' in
    repository central
    (http://repo1.maven.org/maven2)
    [INFO] Unable to find resource 'org.scopemvc:scopemvc:jar:1.0.1' in
    repository c entral
    (http://repo1.maven.org/maven2)
    41K downloaded (commons-pool-1.2.jar)
    105K downloaded (commons-dbcp-1.2.1.jar)
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) jgoodies:looks:jar:1.3.1

      Try downloading the file manually from the project website.

      Then, install it using the command:
          mvn install:install-file -DgroupId=jgoodies -DartifactId=looks
    -Dversion=1 .3.1
    -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=jgoodies -DartifactId=looks
    -Dversion=1.3 .1
    -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
            1) org.apache.cayenne.plugins:maven-cayenne-modeler-plugin:maven-plugin:
                                                3.0M5
            2) org.apache.cayenne:cayenne-modeler:jar:3.0M5
            3) jgoodies:looks:jar:1.3.1

    2) org.scopemvc:scopemvc:jar:1.0.1

      Try downloading the file manually from the project website.

      Then, install it using the command:
          mvn install:install-file -DgroupId=org.scopemvc
    -DartifactId=scopemvc -Dve
    rsion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=org.scopemvc
    -DartifactId=scopemvc -Dvers
      ion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
    -DrepositoryId=[id]

      Path to dependency:
            1) org.apache.cayenne.plugins:maven-cayenne-modeler-plugin:maven-plugin:
                                                3.0M5
            2) org.apache.cayenne:cayenne-modeler:jar:3.0M5
            3) org.scopemvc:scopemvc:jar:1.0.1

    ----------
    2 required artifacts are missing.

    for artifact:
      org.apache.cayenne.plugins:maven-cayenne-modeler-plugin:maven-plugin:3.0M5

    from the specified remote repositories:
      central (http://repo1.maven.org/maven2),
      apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/)
    [/code]

    After download these library[1] I could run it. The documentation [2]
    say nothing about that dependences.

    regards,

    Gilberto

    [1]
    http://objectstyle.org/maven2/org/scopemvc/scopemvc/1.0.1
    http://objectstyle.org/maven2/jgoodies/looks/1.3.1/
    [2]
    http://cayenne.apache.org/doc/maven2-modeler.html



    This archive was generated by hypermail 2.0.0 : Tue Aug 04 2009 - 23:30:53 EDT