2937ebc4ef
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. help & ok kurt@
15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
$OpenBSD: patch-bin_mvn,v 1.1.1.1 2005/12/08 09:48:02 bernd Exp $
|
|
--- bin/mvn.orig Wed Oct 19 21:11:17 2005
|
|
+++ bin/mvn Mon Dec 5 15:53:30 2005
|
|
@@ -18,8 +18,8 @@
|
|
# Copyright (c) 2001-2002 The Apache Software Foundation. All rights
|
|
# reserved.
|
|
|
|
-if [ -f /etc/mavenrc ] ; then
|
|
- . /etc/mavenrc
|
|
+if [ -f %%SYSCONFDIR%%/maven/maven.rc ] ; then
|
|
+ . %%SYSCONFDIR%%/maven/maven.rc
|
|
fi
|
|
|
|
if [ -f "$HOME/.mavenrc" ] ; then
|