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
- Host: GitHub
- URL: https://github.com/graylog2/auto-value-javabean
- Owner: Graylog2
- License: gpl-3.0
- Created: 2017-09-26T14:39:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T14:55:09.000Z (over 8 years ago)
- Last Synced: 2026-03-08T04:05:45.751Z (3 months ago)
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```