From: James Ahlborn Date: Thu, 15 Jun 2006 13:32:35 +0000 (+0000) Subject: tweak sourceforge goal props; add default build goal and sfRelease goal X-Git-Tag: rel_1_1_5~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d582a4302229b462a2998e8e18761ea5ebec39ca;p=jackcess.git 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 --- diff --git a/maven.xml b/maven.xml new file mode 100644 index 0000000..94bdbab --- /dev/null +++ b/maven.xml @@ -0,0 +1,7 @@ + + + + + + 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