15 lines
317 B
Text
15 lines
317 B
Text
|
Index: bin/mvn
|
||
|
--- bin/mvn.orig
|
||
|
+++ bin/mvn
|
||
|
@@ -33,8 +33,8 @@ if [ -z "$MAVEN_SKIP_RC" ] ; then
|
||
|
. /usr/local/etc/mavenrc
|
||
|
fi
|
||
|
|
||
|
- if [ -f /etc/mavenrc ] ; then
|
||
|
- . /etc/mavenrc
|
||
|
+ if [ -f ${SYSCONFDIR}/maven/maven.rc ] ; then
|
||
|
+ . ${SYSCONFDIR}/maven/maven.rc
|
||
|
fi
|
||
|
|
||
|
if [ -f "$HOME/.mavenrc" ] ; then
|