On Tue, Sep 29, 2009 at 1:20 AM, Jean-Sebastien Delfino
<[email protected]> wrote:
> cd distribution && mvn gives me the following error:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Tuscany SCA WAR Distribution Legal Checks
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/sca/itest-bin-distro-unzip/2.0-SNAPSHOT/itest-bin-distro-unzip-2.0-SNAPSHOT.pom
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/sca/itest-bin-distro-unzip/2.0-SNAPSHOT/itest-bin-distro-unzip-2.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.tuscany.sca:itest-bin-distro-unzip:pom:2.0-SNAPSHOT
>  Path to dependency:
>        1) org.apache.tuscany.sca:war-legal-checks:jar:2.0-SNAPSHOT
>        2) org.apache.tuscany.sca:itest-bin-distro-unzip:pom:2.0-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>  org.apache.tuscany.sca:war-legal-checks:jar:2.0-SNAPSHOT
>
> from the specified remote repositories:
>  indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  java.net (http://download.java.net/maven/1),
>  intalio.org (http://www.intalio.org/public/maven2),
>  maven.central (http://repo2.maven.org/maven2),
>  tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven),
>  apache.ws.zone (http://ws.zones.apache.org/repository2),
>  osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2),
>  central (http://repo1.maven.org/maven2),
>  apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
>  java.net2 (http://download.java.net/maven/2)
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 19 seconds
> [INFO] Finished at: Mon Sep 28 17:18:33 PDT 2009
> [INFO] Final Memory: 41M/101M
> [INFO]
> ------------------------------------------------------------------------
>
> --
> Jean-Sebastien
>

I think thats caused by an unnecessary dependency in the legal checks
pom.xml so if you haven't yet run the itests you couldn't build the
war distribution. I've remove the dependency so that should be
possible now.

   ...ant

Reply via email to