- Какие классы компилируются после xtend:compile шаг.
- Сколько времени занимает компиляция каждого класса.
[2024-12-06T04:04:42.393Z] [INFO]
[2024-12-06T04:04:42.393 Z] [ИНФОРМАЦИЯ] --- xtend-maven-plugin:2.28.0:compile (по умолчанию) @ gtn.testscripts ---
[2024-12-06T05:11:51.687Z] [ПРЕДУПРЕЖДЕНИЕ]
[2024-12-06T05:11:51.687Z] ПРЕДУПРЕЖДЕНИЕ: PREPOC_UploadLookupFile.xtend - /opt/jenkins/agent/workspace/Xtend/xtend-scripts/src/preconditions/PREPOC_UploadLookupFile.xtend
Текущая конфигурация плагина:
Вот моя Настройка xtend-maven-plugin:
org.eclipse.xtend
xtend-maven-plugin
${xtend.version}
true
false
${java.version}
${java.version}
compile
${xtendGenDirectory}
org.eclipse.emf
org.eclipse.emf.codegen
2.11.0
Is there any way to: Log which classes are being compiled during the xtend:compile step? Track the time taken for each class during this phase? Any guidance or suggestions would be greatly appreciated! I’m using xtend-maven-plugin version 2.28.0
### What I’ve Tried:
- Running Maven in debug mode (`-X`), but it does not show the specific details of class-level compilation.
- Using the `verbose` and `trace` options in the `xtend-maven-plugin` configuration, but the logs only show high-level actions, not detailed file compilation.
Подробнее здесь: https://stackoverflow.com/questions/792 ... ompilation