Commit c078b33
committed
Fix EclipseHelper regression
EclipseHelper needs to fix the problem that Eclipse fails to run
annotation processors when compiling its classes. It not only needs to
do that when running inside Eclipse, unfortunately: When Eclipse
compiled the classes and Maven detects that it does not need to compile
any .java files, no annotation processors are run, either. Therefore,
the EclipseHelper needs to try harder even when we detect that it is
running from inside the maven-surefire-plugin instead of Eclipse.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent c7cfc91 commit c078b33
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| |||
0 commit comments