I encountered a problem when maven the Beam4.11.
The error message displayed is:
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module F:\javaproject\beamPro\beam\beam-system\..\beam-installer of F:\javaproject\beamPro\beam\beam-system\pom.xml does not exist @
[WARNING] 'version' contains an expression but should be a constant. @ ncsa.hdf:lib-hdf:${hdf.version}, F:\javaproject\beamPro\beam\lib-hdf\pom.xml, line 32, column 14
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.esa.beam:beam-system:4.11 (F:\javaproject\beamPro\beam\beam-system\pom.xml) has 1 error
[ERROR] Child module F:\javaproject\beamPro\beam\beam-system\..\beam-installer of F:\javaproject\beamPro\beam\beam-system\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
How can I do it?