Re: Had to manually install artifact which was already in the repository

2007-08-16 Thread Yuen Chi Lian
Hi Deng, Yea, I copied the "missing" JAR from my repo to a directory then install it manually, for my case, it was 'D:\repository\maven2-downloaded-jars'. I then noticed that the modified date of the origin is changed after executing the installation manually. In another way: foo/A copied to bar

Re: Had to manually install artifact which was already in the repository

2007-08-15 Thread Maria Odea Ching
Are you certain the jar you saw in the repo when you first checked was the same jar file not being found by Maven? (e.g. same path groupId/artifactId/version and same filename)? :) -Deng Yuen-Chi Lian wrote: Hi guys, I had a strange problem yesterday, Maven was complaining about an artifact

Had to manually install artifact which was already in the repository

2007-08-12 Thread Yuen-Chi Lian
Hi guys, I had a strange problem yesterday, Maven was complaining about an artifact/dependency in the repository did not exist: C:\src\mule-2.0-M1\examples>mvn eclipse:eclipse -Dmaven.test.skip=true -Denforcer.skip=true -o -e + Error stacktraces are turned on. ... [INFO] A required plugin wa