tcurdt / jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.

This URL has Read+Write access

jdeb / RELEASE.txt
100644 22 lines (12 sloc) 0.394 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
On trunk
 
  1) perform the release
 
mvn clean install
mvn release:clean release:prepare
mvn release:perform
 
From the tag
 
  2) rebuild the site
 
      mvn clean site site:deploy
 
  3) build the bundle
 
      mvn clean install source:jar javadoc:jar repository:bundle-create
 
  4) submit the bundle
 
      open http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=3