| The parent pom file for the Hibernate tutorial contains a reference to a child osgi module, but this module does not exist in the tutorial zip file. Steps to reproduce: 1. Download hibernate-release-5.0.5.Final.zip and expand to a suitable directory. 2. cd to documentation\quickstart\html 3. Expand hibernate-tutorials.zip in the current directory 4. There is now a pom.xml file and directories annotations, basic, entitymanager and envers 5. Open command prompt at this directory and type mvn test Behaviour expected: All child modules will be built and tests executed Actual behaviour: Maven error: [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.hibernate.tutorials:hibernate-tutorials:5.0.5.Final (D:\hibernate-release-5.0.5.Final\documentation\quicks tart\html\pom.xml) has 1 error [ERROR] Child module D:\hibernate-release-5.0.5.Final\documentation\quickstart\html\osgi of D:\hibernate-release-5.0.5.Final\doc umentation\quickstart\html\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 |