Release Guide

Maven release

To release to the maven repository execute the following steps:

  • Make sure version in pom.xml is sound
  • Execute maven deploy:
    mvn deploy
Note: You will need the following site descriptor in your ~/.m2/settings.xml:
<servers>
  <server>
      <id>asn1forj-website</id>
      <username>yourSFuser</username>
      </server>
</servers>
		

SF File release

To release files to the Sourceforge files area execute the following steps.
  • Make sure version in pom.xml is sound
  • Execute maven assembly:
    mvn assembly:assembly
  • This will generate 3 files (.gz / .zip / .bz2) in your target/ directory. Upload these files using anonymous FTP to upload.sourceforge.net in the incoming directory.
  • Use the Sourceforge admin interface to link the uploaded files.