Re: excluding build output from app package

2014-07-08 Thread Steve Loughran
that's RAT isn't it? you need to update the org.apache.rat plugin in pom.xml with a pattern that gets rid of the noise. I'm surprised it's picking up stuff in target/ though ... I don't see filters for this in the other projects On 8 July 2014 18:53, Ted Yu yuzhih...@gmail.com wrote: Hi,

Re: excluding build output from app package

2014-07-08 Thread Jon Maron
The pom (root dir) specifies a list of exclusions: plugin groupIdorg.apache.rat/groupId artifactIdapache-rat-plugin/artifactId version${apache-rat-plugin.version}/version executions execution idcheck-licenses/id goals

excluding build output from app package

2014-07-08 Thread Ted Yu
Hi, Once I produce app package for hbase, the next build would complain about the following. Unapproved licenses: app-packages/hbase/target/archive-tmp/appConfig.json.1746534752.filtered app-packages/hbase/target/archive-tmp/appConfig.json.727813455.filtered

Re: excluding build output from app package

2014-07-08 Thread Billie Rinaldi
My guess is it's not ignoring that target directory because the hbase app package is no longer listed as a submodule in the top level pom file. On Jul 8, 2014 10:58 AM, Steve Loughran ste...@hortonworks.com wrote: that's RAT isn't it? you need to update the org.apache.rat plugin in pom.xml