bonjour à tous.
j'utilise Maven 2.0.6 et apache-ant-1.7.0.
J'essaie de déployer nuxeo 5 sur le serveur jboss-4.0.4.GA en suivant les instructions du tutoriel suivant : http://svn.nuxeo.org/trac/nuxeo/brow...tart-howto.txt

malheureusement, lorsque j'arrive à l'installation du
felix plugin (ligne 240)
, ce dernier est introuvable.

je continue quand même l'installation et lorsque je lance
mvn install (ligne 277)
j'obtiens les erreurs suivantes:
[exec] [INFO] -------------------------------------------------------------
-----------
[exec] [ERROR] BUILD ERROR
[exec] [INFO] -------------------------------------------------------------
-----------
[exec] [INFO] Failed to resolve artifact.
[exec]
[exec] Missing:
[exec] ----------
[exec] 1) org.codehaus.plexus:plexus-utils:jar:1.1
[exec]
[exec] Try downloading the file manually from the project website.
[exec]
[exec] Then, install it using the command:
[exec] mvn install:install-file -DgroupId=org.codehaus.plexus -Dartif
actId=plexus-utils \
[exec] -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
[exec]
[exec] Path to dependency:
[exec] 1) org.nuxeo.common:nuxeo-common:jar:1.1.0-SNAPSHOT
[exec] 2) org.codehaus.plexus:plexus-utils:jar:1.1
[exec]
[exec] 2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2
[exec]
[exec] Try downloading the file manually from the project website.
[exec]
[exec] Then, install it using the command:
[exec] mvn install:install-file -DgroupId=org.apache.maven.wagon -Dar
tifactId=wagon-webdav \
[exec] -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file
[exec]
[exec] Path to dependency:
[exec] 1) org.nuxeo.common:nuxeo-common:jar:1.1.0-SNAPSHOT
[exec] 2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2
[exec]
[exec] ----------
[exec] 2 required artifacts are missing.
[exec]
[exec] for artifact:
[exec] org.nuxeo.common:nuxeo-common:jar:1.1.0-SNAPSHOT
[exec]
[exec] from the specified remote repositories:
[exec] central (http://repo1.maven.org/maven2)
[exec]
[exec]
j'arrive pas à les installer manuellement.
j'ai donc omis ces deux erreurs et continuer l'installation jusqu'à
ant deploy (304)
et là encore j'obtiens le message
BUILD FAILED
D:\Test Nuxeo\nuxeo-ep\build.xml:89: D:\Test Nuxeo\nuxeo-ep\org.nuxeo.ecm.platfo
rm\nuxeo-platform-ear\target\nuxeo.ear not found.
quelqu'un a une idée pour me sortir de là( bien que je ne sois pas une célébrité LOL !!!!!)