Upgrade maven site-plugin and update release guide

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1470 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-09-22 22:25:40 +00:00
parent 4befd7f06c
commit 01775fcf3d
2 changed files with 4 additions and 1 deletions

View File

@ -274,7 +274,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</plugin>
</plugins>
</build>

View File

@ -4,6 +4,9 @@ Release guide :
- update staging (clean checkout) directory
- launch ant release, check generated packages
- upload packages: ant upload-release
- make sure swt and jcifs are available in local maven repository:
mvn install:install-file -DgroupId=org.eclipse -DartifactId=swt -Dversion=3.6.0 -Dpackaging=jar -Dfile=lib/swt-3.6-win32-x86.jar
mvn install:install-file -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.14 -Dpackaging=jar -Dfile=lib/jcifs-1.3.14.jar
- generate site: mvn site
- upload site: ant upload-site
- upload releasenotes.txt to sourceforge