Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnlib/build-tools
Build tools (mostly annotation processors) for LearnLib-related projects
https://github.com/learnlib/build-tools
Last synced: 4 days ago
JSON representation
Build tools (mostly annotation processors) for LearnLib-related projects
- Host: GitHub
- URL: https://github.com/learnlib/build-tools
- Owner: LearnLib
- License: apache-2.0
- Created: 2023-12-14T15:07:20.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-01-19T15:40:58.000Z (about 1 year ago)
- Last Synced: 2024-04-16T18:20:37.595Z (10 months ago)
- Language: Java
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# build-tools
Build tools (mostly annotation processors) for LearnLib-related projects.
## Release process
The release process of this project is similar to that of [LearnLib](https://github.com/LearnLib/learnlib/wiki/Performing-a-LearnLib-Release) with the exception that this project does not need to publish its `mvn site` documentation because none of the annotations are `@Documented` and therefore will not be referenced in any third-party code.
## Acknowledgements
* The builder generator is based on [misberner/buildergen](https://github.com/misberner/buildergen), licensed under Apache-2.0.
* The EDSL generator is based on [misberner/duzzt](https://github.com/misberner/duzzt), licensed under Apache-2.0.