An open API service indexing awesome lists of open source software.

https://github.com/graylog2/auto-value-javabean

Auto Value extension to automatically generate getters conforming to the JavaBean standard
https://github.com/graylog2/auto-value-javabean

Last synced: about 1 month ago
JSON representation

Auto Value extension to automatically generate getters conforming to the JavaBean standard

Awesome Lists containing this project

README

          

# Auto Value JavaBean getter extension

## Build

```
# mvn install
```

### Release

It's expected that the Maven profile "release" contains all necessary credentials.

Also see [Deploying to OSSRH with Apache Maven](http://central.sonatype.org/pages/apache-maven.html)

```
mvn release:prepare
mvn release:perform
```