[
https://issues.apache.org/jira/browse/MNG-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572146#comment-14572146
]
Hudson commented on MNG-5767:
-----------------------------
SUCCESS: Integrated in maven-3.x #1081 (See
[https://builds.apache.org/job/maven-3.x/1081/])
[MNG-5767] added documentation for project-specific jvm options and (hboutemy:
rev cb356ed478c5c42489b394720990a1696cb27b52)
* maven-embedder/src/site/apt/index.apt.vm
> project-specific default jvm options and command line parameters
> ----------------------------------------------------------------
>
> Key: MNG-5767
> URL: https://issues.apache.org/jira/browse/MNG-5767
> Project: Maven
> Issue Type: Improvement
> Reporter: Igor Fedorenko
> Assignee: igorfie
> Fix For: 3.3.1
>
>
> Some of the projects builds I work on require special jvm options, like
> minimal -Xmx value, and specific command line parameters, like --builder.
> Currently, I have to manually configure these every time run the build, which
> is rather annoying and error prone. This manual configuration also makes it
> harder for new or external developers to build the projects and many simply
> give up trying after "mvn package" does not work from the first try.
> This enhancement request proposes to introduce two new optional configuration
> files .mvn/jvm.config and .mvn/maven.config, located at the base directory of
> project source tree. If present, these files will provide default jvm and
> maven options. Because these files are part of the project source tree, they
> will be present in all project checkouts and will be automatically used every
> time the project is build.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)