Browse Source

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
tags/rel_1_1_5
James Ahlborn 18 years ago
parent
commit
d582a43022
2 changed files with 10 additions and 0 deletions
  1. 7
    0
      maven.xml
  2. 3
    0
      project.properties

+ 7
- 0
maven.xml View File

@@ -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>

+ 3
- 0
project.properties View 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

Loading…
Cancel
Save