You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Trevor Torrez <ja...@gmail.com> on 2006/12/06 15:57:18 UTC

"Error reading settings file" when triggered from a windows service

Hi all; I have cruise control set up as a windows service (running as
LOCAL_SYSTEM) to do maven2 builds (using the mvnscript="/path/to/mvn.bat"
attribute), and the build fails with "Error reading settings.xml: Error
reading settings file".

 Is this because it cannot find the user-specific settings.xml?  Shouldn't
it use the settings.xml file in MAVEN_HOME?  The build runs fine from the
command line, and my user account does not have a user-specific settings.xml:-/

-t.