https://github.com/uniqueck/github-actions-java-maven-test
an example for github actions
https://github.com/uniqueck/github-actions-java-maven-test
Last synced: 4 months ago
JSON representation
an example for github actions
- Host: GitHub
- URL: https://github.com/uniqueck/github-actions-java-maven-test
- Owner: uniqueck
- Created: 2021-03-14T10:47:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T16:11:11.000Z (over 4 years ago)
- Last Synced: 2025-06-22T04:41:31.092Z (12 months ago)
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Test repository to use github actions
The following steps are implemented:
* Jobs
** CI-Artifact
*** Triggered on push
*** caches maven repository
*** compile
*** execute tests
*** upload artifacts
**** target/*.pom
**** target/*.jar
** CI-Docs
*** Triggered on push
*** caches maven repository
*** build docs
**** html
**** pdf
*** upload artifacts
**** target/generated-docs