We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi mates,
I'm facing this error while running "mvn install" second time, when the previous run generated the meta model files.
[ERROR] Failed to execute goal com.axonivy.ivy.ci:project-build-plugin:10.0.16:compileProject (annotation-proc) on project eon-kfwg-core: Failed to compile project 'F:\Workspaces\KF-V10\kleinfernwirktechnik\eon-kfwg-core'.: InvocationTargetException: Java compiler error : 1. INFO: Hibernate JPA 2 Static-Metamodel Generator 5.6.5.Final [ERROR] 2. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.TelecontrolDeviceWngwV2_ [ERROR] 3. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.ResourceLimitConfiguration_ [ERROR] 4. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.RegionalCenterSTArea_ [ERROR] 5. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.Station_ [ERROR] 6. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.TelecontrolDeviceWngwLight_ [ERROR] 7. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.DistributionSystemOperator_ [ERROR] 8. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.TelecontrolDeviceDigions_ [ERROR] 9. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.WngwSupplier_
For the first run, or running "mvn clean install", then it works.
Do you have any ideas ?
I attach my pom.xml for the rererence. pom.txt
Thanks, Mao.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi mates,
I'm facing this error while running "mvn install" second time, when the previous run generated the meta model files.
[ERROR] Failed to execute goal com.axonivy.ivy.ci:project-build-plugin:10.0.16:compileProject (annotation-proc) on project eon-kfwg-core: Failed to compile project 'F:\Workspaces\KF-V10\kleinfernwirktechnik\eon-kfwg-core'.: InvocationTargetException: Java compiler error : 1. INFO: Hibernate JPA 2 Static-Metamodel Generator 5.6.5.Final
[ERROR] 2. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.TelecontrolDeviceWngwV2_
[ERROR] 3. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.ResourceLimitConfiguration_
[ERROR] 4. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.RegionalCenterSTArea_
[ERROR] 5. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.Station_
[ERROR] 6. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.TelecontrolDeviceWngwLight_
[ERROR] 7. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.DistributionSystemOperator_
[ERROR] 8. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.TelecontrolDeviceDigions_
[ERROR] 9. ERROR: Problem with Filer: Source file already exists : de.eon.kfwg.core.entities.WngwSupplier_
For the first run, or running "mvn clean install", then it works.
Do you have any ideas ?
I attach my pom.xml for the rererence.
pom.txt
Thanks,
Mao.
The text was updated successfully, but these errors were encountered: