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@
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: mvn,v 1.1.1.1 2005/12/08 09:48:02 bernd Exp $
|
|
|
|
exec %%LOCALBASE%%/%%DISTNAME%%/bin/mvn "$@"
|