user specifc maven settings in repository

Posted by Samuel on Stack Overflow See other posts from Stack Overflow or by Samuel
Published on 2010-03-09T06:20:24Z Indexed on 2010/03/09 6:21 UTC
Read the original article Hit count: 184

Filed under:

http://maven.apache.org/settings.html As per documentation the user specific settings can be either copied to the .m2 folder or under the maven installation. If a developer changes a machine or gets a new user id, such properties have to be copied manually to these newer machines.

Would it be possible to store user specific setting information in the repository itself (say SVN) and somehow have the mvn scripts load it on startup.

© Stack Overflow or respective owner

Related posts about maven-2