I\'m trying to use Maven2 but my child projects cannot find the parent project.
Directory structure is as follows:
--parent --pom.xml --child --p
The problem is likely that you used .../ instead of ../.
.../
../