Here is another information hunter problem: The MAVEN_OPTS environment variable often works wonders, for example increasing the memory for a huge code base finally helped me getting my build done.
So far I could not find a page that lists all available options that can be set with MAVEN_OPTS and I wonder if such one exists. In addition I wonder if there is an equivalent for each option that can be set via MAVEN_OPTS in the pom or settings file. For example having to document that everyone using maven with a specific project has to first set the environment variable to something like "MAVEN_OPTS=-Xms512m -Xmx1024m" is not very transparent to someone who is supposed to quickly get a project up and running out of a Version Control System. And a third question: In which source code component should one look to find information about possible settings for MAVEN_OPTS? Thanks in advance for any hint and suggestion. Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
