Wait a sec, what about IO-161? Maybe you need a profile for coveralls usage. We have code coverage already right?
Gary On Nov 10, 2016 8:59 AM, <[email protected]> wrote: > Repository: commons-io > Updated Branches: > refs/heads/master 30e5713a9 -> 676401d29 > > > remove argLine -Xmx25M option from surefire plugin, in order to get > coveralls to work > > > Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo > Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/676401d2 > Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/676401d2 > Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/676401d2 > > Branch: refs/heads/master > Commit: 676401d298098a99f9262c26b8e084628b1e3009 > Parents: 30e5713 > Author: pascalschumacher <[email protected]> > Authored: Thu Nov 10 17:59:12 2016 +0100 > Committer: pascalschumacher <[email protected]> > Committed: Thu Nov 10 17:59:12 2016 +0100 > > ---------------------------------------------------------------------- > pom.xml | 2 -- > 1 file changed, 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/commons-io/blob/676401d2/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index ecf4882..56ab030 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -274,8 +274,6 @@ file comparators, endian transformation classes, and > much more. > </classpathDependencyExcludes> > <forkCount>1</forkCount> > <reuseForks>false</reuseForks> > - <!-- limit memory size see IO-161 --> > - <argLine>-Xmx25M</argLine> > <includes> > <!-- Only include test classes, not test data --> > <include>**/*Test*.class</include> > >
