I am new to maven. I am trying a sample, I use maven 1.0.2.
There are three projects, one is the parent project, and the other two are the web project and ear project, the ear project references to the war created by the web project. I got the following error. I do not know why. <ant:fail> Case-sensitive issue: The dependency Foobar-Travels:foobar-web has a case problem. The dependency was either retrieved in the past with the wrong case or has been specified with the wrong case in your project.xml file. Fix your project.xml or update your local repository with the properly-cased file and try again. I check that the name "Foobar-Travels:foobar-web" are same in the web project.xml and ear project.xml Thanks Guofeng
