Re: Maven 2 and axis 1.4

2011-03-29 Thread sakthi
Hi I am also facing the same problem now in my project. The maven is looping and never ends. I have only the following dependency and have axis -1.4 jar axis axis 1.4 jar Thanks, Sakthi -- View this message in context:

Re: Maven 2 and axis 1.4

2009-10-21 Thread Manuel Grau
It is very strange. Why don't you try adding axis2 1.4.1? I'm using it and I don't have any problem. 2009/10/20 Wayne Fay wayne...@gmail.com I added axis-1.4.jar in pom.xml, but when I enter the command mvn clean install, the maven just frozen (don't show the problem...). If I added

Re: Maven 2 and axis 1.4

2009-10-21 Thread Kakau
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

Re: Maven 2 and axis 1.4

2009-10-21 Thread Kakau
is about telescopes. E.W. Dijkstra (1930-2002) -- View this message in context: http://www.nabble.com/Maven-2-and-axis-1.4-tp25980267p25992910.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven 2 and axis 1.4

2009-10-21 Thread Antonio Jacob Costa
-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Computer science is not about computers any more than astronomy is about telescopes. E.W. Dijkstra (1930-2002) -- View this message in context: http://www.nabble.com/Maven-2

Re: Maven 2 and axis 1.4

2009-10-21 Thread Wayne Fay
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/ This doesn't make much sense to me either. Are you perhaps using a proxy like Artifactory, Nexus, Archiva etc or are you hitting Central directly? If you

Re: Maven 2 and axis 1.4

2009-10-21 Thread Kakau
that is correct and that I don't forgot to declare dependencies. It is very strange. -- View this message in context: http://www.nabble.com/Maven-2-and-axis-1.4-tp25980267p25997105.html Sent from the Maven - Users mailing list archive at Nabble.com

Maven 2 and axis 1.4

2009-10-20 Thread Kakau
://www.nabble.com/Maven-2-and-axis-1.4-tp25980267p25980267.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Maven 2 and axis 1.4

2009-10-20 Thread Wayne Fay
I added axis-1.4.jar in pom.xml, but when I enter the command mvn clean install, the maven just frozen (don't show the problem...). If I added axis-1.3.jar in pom.xml, the maven works fine. But I need axis-1.4.jar :-( What does mvn -X clean install show? Wayne