diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2006-06-15 13:32:35 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2006-06-15 13:32:35 +0000 |
commit | d582a4302229b462a2998e8e18761ea5ebec39ca (patch) | |
tree | d21efd642b006acbbc4d099ba783437605df6a2f /maven.xml | |
parent | 8963b06251f67a0dd5ee1963ff2bde1fed86a67e (diff) | |
download | jackcess-d582a4302229b462a2998e8e18761ea5ebec39ca.tar.gz jackcess-d582a4302229b462a2998e8e18761ea5ebec39ca.zip |
tweak sourceforge goal props; add default build goal and sfRelease goal
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@61 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'maven.xml')
-rw-r--r-- | maven.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maven.xml b/maven.xml new file mode 100644 index 0000000..94bdbab --- /dev/null +++ b/maven.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project default="jar:jar"> + + <goal name="sfRelease" + prereqs="jar:jar, dist, sourceforge:deploy, site:deploy"/> + +</project> |