-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
I tried to build ePad using Maven, but got the following error:
mvn install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module /home/tao/epad/isis-epad-project/../epad-plugins of /home/tao/epad/isis-epad-project/pom.xml does not exist @
[ERROR] Child module /home/tao/epad/isis-epad-project/../epad of /home/tao/epad/isis-epad-project/pom.xml does not exist @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project edu.stanford.epad:epad-project:1.1 (/home/tao/epad/isis-epad-project/pom.xml) has 2 errors
[ERROR] Child module /home/tao/epad/isis-epad-project/../epad-plugins of /home/tao/epad/isis-epad-project/pom.xml does not exist
[ERROR] Child module /home/tao/epad/isis-epad-project/../epad of /home/tao/epad/isis-epad-project/pom.xml does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Can anyone help?
Thanks
Tao