-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
How to reproduce
- run
mvn clean package - run
mvn package
Expected behaviour
The second command succeeds
Actual behaviour
The command execution fails with error message
[ERROR] Failed to execute goal com.ethlo.persistence.tools:eclipselink-maven-plugin:3.0.2:modelgen (modelgen) on project security: Processing failed:
[ERROR] Note: Hibernate JPA 2 Static-Metamodel Generator 6.2.0.CR4
[ERROR] warning: Unable to parse persistence.xml: Unable to perform unmarshalling at line number 0 and column 0. Message: null
[ERROR] error: Problem with Filer: Attempt to recreate a file for type com.my.Entity_
Workaround
Include the clean phase each time you build the project
Reactions are currently unavailable