Hi! With the command mvn -X clean install, the maven entered in loop:
[DEBUG] junit:junit:jar:3.8.1:test (selected for test) [DEBUG] axis:axis:jar:1.4:compile (selected for compile) [DEBUG] While downloading axis:axis-jaxrpc:1.4 This artifact has been relocated to org.apache.axis:axis-jaxrpc:1.4. [DEBUG] While downloading org.apache.axis:axis-jaxrpc:1.4 This artifact has been relocated to org.apache.axis:axis-jaxrpc:1.4. [DEBUG] While downloading org.apache.axis:axis-jaxrpc:1.4 This artifact has been relocated to org.apache.axis:axis-jaxrpc:1.4. ... I checked the repository and the path of the pom.xml is correct. All the jars are there : http://repo1.maven.org/maven2/org/apache/axis/ Any idea? Thanks -- View this message in context: http://www.nabble.com/Maven-2-and-axis-1.4-tp25980267p25992436.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
