Hello all,

Je travaille sur un projet dont le build est réalisé avec Maven 3.0.1.

Lorsque j'exécute mvn install, voici le message produit :

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.nivek.messagewall.data:MessageWall-Data:jar:1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 29, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Message Wall
[INFO] MessageWall-Domain
[INFO] MessageWall-Common
[INFO] MessageWall-Data
[INFO] MessageWall-Businesslogic
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Message Wall 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ MessageWall ---
[INFO] Installing C:\Users\anthony.richir\MessageWall\pom.xml to C:\Users\anthony.richir\.m2\repository\com\nivek\MessageWall\1.0\MessageWall-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building MessageWall-Domain 1.0
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Message Wall ...................................... SUCCESS [0.998s]
[INFO] MessageWall-Domain ................................ FAILURE [0.577s]
[INFO] MessageWall-Common ................................ SKIPPED
[INFO] MessageWall-Data .................................. SKIPPED
[INFO] MessageWall-Businesslogic ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.044s
[INFO] Finished at: Fri Jan 07 10:56:13 CET 2011
[INFO] Final Memory: 3M/90M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project MessageWall-Domain: Could not resolve dependencies for project com.nivek.messagewall.domain:MessageWall-Domain:ja
r:1.0: The following artifacts could not be resolved: javax.jms:jms:jar:1.1, com.sun.jdmk:jmxtools:jar:1.2.1, com.sun.jmx:jmxri:jar:1.2.1: Could not transf
er artifact javax.jms:jms:jar:1.1 from/to java.net (https://maven-repository.dev.java.ne...v/repository): No connector available to access repository ja
va.net (https://maven-repository.dev.java.net/nonav/repository) of type legacy using the available factories WagonRepositoryConnectorFactory -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...utionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :MessageWall-Domain
Maven fait référence à cette adresse : https://maven-repository.dev.java.net/nonav/repository
Mais je dois avouer que je n'ai pas la moindre idée d'où il peut bien sortir cette adresse. Elle n'est présente dans aucun des fichiers pom.xml des projets ni dans le fichier settings.xml de Maven.

Est-ce que vous avez une idée d'un autre endroit où je pourrais regarder ?

D'avance merci !