Feature Request
Add Maven support for Java client
Current Status:
Completed
gscott
Integrating raygun into a Java app is not that simple with the current setup. Please consider changing your build system to use maven instead of ant and publish your builds to the maven central repository. It will greatly simplify integration for the majority of Java developers.
Raygun
John-Daniel Trask
Posted on
Aug 09 2013
Thanks for noticing and requesting this feature: it's a reasonable one as converting Raygun4java to a maven project brings it in line with the other providers (being available from a central package repository).
We've added this in and the updated project is available from the same GitHub location. Currently we're waiting on approval from Sonatype for the submission, so once that's completed the package will be available from the central repository. We will post here when it's ready to go.
Raygun
John-Daniel Trask
Posted on
Aug 21 2013
This has now been completed and the updated project is available currently from the same Git repo for manual installation (git clone then maven install). It has been accepted by Sonatype and will soon be available from the Central repository - after that, adding it as a Maven dependency in your pom.xml will automatically grab it. Complete instructions will be available at the GitHub readme and the Raygun getting started page, but for now add:
<dependency>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
Elias
Posted on
Aug 17 2016
The latest instructions for java are here https://raygun.com/docs/languages/java