Commit 5e6bdda
committed
Make the enforcer plugin work in Eclipse
This eliminates the warning:
"maven-enforcer-plugin (goal "enforce") is ignored by m2e"
And instead, enforcer problems are now visible in Eclipse.
I tried doing it only on runConfiguration and not runIncremental, but
it caused weirdness: the enforcer errors would appear for a couple of
seconds and then disappear again after the incremental compile finished.
Hopefully having it happen on incremental build every time won't cause
too many problems for large projects like fiji.git which take several
seconds to run through the RequireReproducibleBuilds enforcer rule...1 parent c23bab8 commit 5e6bdda
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
1372 | 1388 | | |
1373 | 1389 | | |
1374 | 1390 | | |
| |||
0 commit comments