I'm using the Continuous Integration Software "Hudson" to build Maven 2 projects. The Hudson server is deployed in a Tomcat running with the privileges of the "www-data" User on a Debian machine. When Hudson runs Maven to build a project then it complains that it can't write to the repository "/var/www/.m2". /var/www is the Home-Directory of the www-data User. I don't want this directory in /var/www. How can I configure Hudson or Maven to use an other directory for the Maven repository?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can configure the path to the local repository by setting the
The default location for the settings file is |
||||
|
|