Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Mark Paluch edited this page Oct 4, 2015 · 5 revisions

Welcome to the logstash-gelf wiki!

Documentation

This is not the site you're looking for. Rather visit the project site http://logging.paluch.biz

Contribute

Feel free to submit a pull-request at any time. I used the JBoss AS7 formatting rules (see as7formatter.xml) to keep the code formatted the same way.

Releasing

Releasing is done using the Maven Release plugin. Prerequisites:

  • PGP key (important for releasing to Maven Central Repo using Sonatype)
  • Access to Sonatype's OSS Repo, release permissions on Group Id biz.paluch.logging
  • Maven

Procedure:

  1. Checkin and push everything
  2. mvn clean && mvn release:prepare
  3. Increment the versions
  4. mvn release:perform
  5. Close and Release the staging repo on Sonatype's OSS
  6. Write release notes (GitHub) and upload final jar & JBoss7 module zip.
  7. Announce release
Clone this wiki locally