Re: mvn build failure: missing com.atlassian.confluence:confluence-soap:jar:2.0

From: Mike Kienenberger (mkienen..mail.com)
Date: Mon Feb 26 2007 - 12:09:27 EST

  • Next message: Kevin Menard: "RE: Ant vs Maven [Was: Building 3.0 from trunk]"

    Here's the next error.

    [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

      Path to dependency:
            1) org.apache.cayenne:cayenne-modeler:jar:3.0-SNAPSHOT
            2) jgoodies:looks:jar:1.3.1

    ----------
    1 required artifact is missing.

    for artifact:
      org.apache.cayenne:cayenne-modeler:jar:3.0-SNAPSHOT

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

    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3 minutes 9 seconds
    [INFO] Finished at: Mon Feb 26 12:09:53 EST 2007
    [INFO] Final Memory: 16M/29M
    [INFO] ------------------------------------------------------------------------

    On 2/26/07, Mike Kienenberger <mkienen..mail.com> wrote:
    > :-)
    >
    > I think that makes the most sense as I suspect doc- and web-related
    > dependencies are more fragile than regular code. At least, I've seen
    > these things break more often in MyFaces than the standard library
    > build tools.
    >
    > On 2/26/07, Andrus Adamchik <andru..bjectstyle.org> wrote:
    > > Sure we can split the plugin, and put the docs mojo in the docs
    > > folder. Yet another module to maintain ;-)
    > >
    > >
    > > On Feb 26, 2007, at 6:55 PM, Mike Kienenberger wrote:
    > > > But isn't the whole point of using maven that this various modules can
    > > > be built independently, provided the minimal dependencies are met?
    > > >
    > > > I don't think something like the web site (which a regular cayenne
    > > > user doesn't need) should be a dependency of the runtime/modeler.
    > > >
    > > > On 2/26/07, Andrus Adamchik <andru..bjectstyle.org> wrote:
    > > >> They part of the same custom build plugin. Of course we can split it
    > > >> in multiple small plugins, but then the maintenance would become much
    > > >> harder.
    > > >>
    > > >> Andrus
    > > >>
    > > >> On Feb 26, 2007, at 6:19 PM, Mike Kienenberger wrote:
    > > >>
    > > >> > On 2/26/07, Andrus Adamchik <andru..bjectstyle.org> wrote:
    > > >> >> Done, please try again.
    > > >> >
    > > >> > Ok. I have new probably-unrelated errors (next message).
    > > >> However,
    > > >> > it seems odd to me that the dependencies for building the web site
    > > >> > would block the rest of the cayenne build. Is this something
    > > >> we can
    > > >> > fix down the road?
    > > >> >
    > > >>
    > > >>
    > > >
    > >
    > >
    >



    This archive was generated by hypermail 2.0.0 : Mon Feb 26 2007 - 12:10:17 EST