codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Eclipse-generated META-INF causes RAT plugin to barf #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using DKPro Core in a Eclipse WTP project, Eclipse has the bad habit of 
creating META-INF/MANIFEST.MF under src/main/java - of course without license. 
This causes builds in Eclipse to behave strangely as the RAT plugin is executed 
as part of the build by m2eclipse and RAT fails.

We could either run the RAT plugin in another phase or add an exclude.

Original issue reported on code.google.com by richard.eckart on 14 Jul 2011 at 1:04

GoogleCodeExporter commented 9 years ago
- Changed the phase rat plugins runs in to "validate".
- Upgraded to RAT plugin version 0.7.
- Moved all RAT configuration to the ASL parent POM.
- In GPL parent POM, disable RAT.

---

DKPro Core ASL rev 143
DKPro Core GPL rev 34

Original comment by richard.eckart on 17 Jul 2011 at 1:27