in my project, I need some special jars that are not present in our
company repo.

so I put them in the same svn dir of my source code, and let my
special maven-settings.xml to point to that
svn dir as a local repo.

in order to do this, I need to let maven use this maven-settings.xml,
right now I invoke maven with a special arg:

mvn  -Dorg.apache.maven.user-settings=`pwd`/../custom-maven-settings.xml $*


but is there a way to encode this info about location of settings.xml
in the pom.xml itself,
so that the user is only required to type "mvn compile" ?

Thanks
Yang

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to