[
https://issues.apache.org/jira/browse/HBASE-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845207#action_12845207
]
Kay Kay commented on HBASE-2325:
--------------------------------
How about this , as suggested by Paul S ? In pom.xml , grep for
maven-surefire-plugin ,
{code}
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
....
* <argLine>-Xmx512m</argLine> *
...
</configuration>
</plugin>
{code}
change the argLine as appropriate.
> Add build hook to allow jvm args to be passed to junit test runner
> ------------------------------------------------------------------
>
> Key: HBASE-2325
> URL: https://issues.apache.org/jira/browse/HBASE-2325
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.20.3
> Reporter: Todd Lipcon
> Priority: Trivial
> Attachments: hbase-2325.txt
>
>
> In order to run jcarder on the unit tests, it's handy to be able to add jvm
> args to the junit test runner. This trivial patch adds a hook for this.
> Unfortunately I don't know much about maven, someone will have to help me for
> trunk.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.