summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2006-06-15 13:32:35 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2006-06-15 13:32:35 +0000
commitd582a4302229b462a2998e8e18761ea5ebec39ca (patch)
treed21efd642b006acbbc4d099ba783437605df6a2f
parent8963b06251f67a0dd5ee1963ff2bde1fed86a67e (diff)
downloadjackcess-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
-rw-r--r--maven.xml7
-rw-r--r--project.properties3
2 files changed, 10 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>
diff --git a/project.properties b/project.properties
index 86434fc..e7ae780 100644
--- a/project.properties
+++ b/project.properties
@@ -16,6 +16,9 @@ maven.junit.sysproperties=log4j.configuration
maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sf.net/maven
maven.sourceforge.project.groupId=134943
maven.sourceforge.username=javajedi
+maven.sourceforge.project.submitNewsItem=true
+maven.sourceforge.publish.includes=distributions/*-src.zip,*.jar
+maven.sourceforge.project.releaseNotes=${maven.build.dir}/CHANGES.txt
maven.test.source=1.5
maven.username=javajedi
log4j.configuration=com/healthmarketscience/jackcess/log4j.properties