]> source.dussan.org Git - jackcess.git/commitdiff
tweak sourceforge goal props; add default build goal and sfRelease goal
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 15 Jun 2006 13:32:35 +0000 (13:32 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 15 Jun 2006 13:32:35 +0000 (13:32 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@61 f203690c-595d-4dc9-a70b-905162fa7fd2

maven.xml [new file with mode: 0644]
project.properties

diff --git a/maven.xml b/maven.xml
new file mode 100644 (file)
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>
index 86434fc3ffb27086e64d17684a6bb56cb202d28d..e7ae7801cb24395b3bfd6347c9b93d709e6e54e7 100644 (file)
@@ -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