Providing settings to Aether from global and user file

2014-08-28 Thread WonderCsabo
In Robolectric, we use maven-ant-tasks to resolve some dependencines. Unfortunetaly this brings a huge number of transitive depedencies which is not convenient for Robolectric users. We think about switching to Aether. There is a thread

maven-checkstyle-plugin does not include test resources

2015-05-25 Thread WonderCsabo
The documentation says it includes these resources by default, but apparently it never does. After examining the code, it seems CheckstyleViolationCheckMojo.execute() forgets to call request.setTestResources(), hence that is always null and skipped from audit. I wanted to file a report on JIRA, b

Do not run some Checkstyle rules in a specific Maven profile

2015-06-07 Thread WonderCsabo
We use a different profile for development, and a different profile for the CI. The latter is more strict in the manner of Checkstyle rules. My question is: how can i easily *turn off executing some of the rules in the development profile*? One possible solution is just using `configLocation` prope

maven-jar-plugin out of heap space

2016-05-26 Thread WonderCsabo
Hey, After i updated the maven-jar-plugin to version 3.0.0, i started to see these problems on my CI build: https://travis-ci.org/WonderCsabo/androidannotations/jobs/132201434#L2473 I can verify that this only happens with 3.0.0. Regard, Csaba -- View this message in context: http://maven