jiveforums | 27 Aug 22:37

Build nuxeo shell ...

While trying to using mvn to build the shell, 
If I type: mvn install

I get the following error:

 mvn install
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/nuxeo/ecm/platform/nuxeo-shell-parent/5.2.0.m1/nuxeo-shell-parent-5.2.0.m1.pom
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.nuxeo.ecm.platform
ArtifactId: nuxeo-shell-parent
Version: 5.2.0.m1

Reason: Unable to download the artifact from any repository

Has the repository moved? Or what??  This worked before.
Stefane Fermigier | 27 Aug 21:24
Gravatar

Re: Build nuxeo shell ...

Works for me (branch 5.2, from Mercurial).

Where did you get the sources from ?

   S.

On Aug 27, 2008, at 8:40 PM, jiveforums-ecm@... wrote:

> While trying to using mvn to build the shell,
> If I type: mvn install
>
> I get the following error:
>
> mvn install
> [INFO] Scanning for projects...
> Downloading: http://repo1.maven.org/maven2/org/nuxeo/ecm/platform/nuxeo-shell-parent/5.2.0.m1/nuxeo-shell-parent-5.2.0.m1.pom
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: org.nuxeo.ecm.platform
> ArtifactId: nuxeo-shell-parent
> Version: 5.2.0.m1
>
> Reason: Unable to download the artifact from any repository
>
> Has the repository moved? Or what??  This worked before.
(Continue reading)

Julien CARSIQUE | 29 Aug 12:37

Re: Build nuxeo shell ...

Hello,

You miss a settings.xml file giving maven our repositories location.
Take this one : http://hg.nuxeo.org/nuxeo/file/ff5fe0cf6fe1/settings.xml

jiveforums-ecm@... a écrit :
> While trying to using mvn to build the shell, 
> If I type: mvn install
>
> I get the following error:
>
>  mvn install
> [INFO] Scanning for projects...
> Downloading: http://repo1.maven.org/maven2/org/nuxeo/ecm/platform/nuxeo-shell-parent/5.2.0.m1/nuxeo-shell-parent-5.2.0.m1.pom
> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: org.nuxeo.ecm.platform
> ArtifactId: nuxeo-shell-parent
> Version: 5.2.0.m1
>
> Reason: Unable to download the artifact from any repository
>
> Has the repository moved? Or what??  This worked before.
> _______________________________________________
> ECM mailing list
> ECM@...
> http://lists.nuxeo.com/mailman/listinfo/ecm
(Continue reading)


Gmane