Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giis-uniovi/samples-giis-template
Multimodule maven project template
https://github.com/giis-uniovi/samples-giis-template
java maven multimodule-maven sample-code template-project
Last synced: 1 day ago
JSON representation
Multimodule maven project template
- Host: GitHub
- URL: https://github.com/giis-uniovi/samples-giis-template
- Owner: giis-uniovi
- License: apache-2.0
- Created: 2023-06-05T09:38:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T08:41:46.000Z (14 days ago)
- Last Synced: 2024-11-02T09:24:22.729Z (14 days ago)
- Topics: java, maven, multimodule-maven, sample-code, template-project
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Status](https://github.com/giis-uniovi/samples-giis-template/actions/workflows/test.yml/badge.svg)](https://github.com/giis-uniovi/samples-giis-template/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=my%3Asamples-giis-template&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=my%3Asamples-giis-template)# samples-giis-template
Template project, includes:
- Configuration of a maven multimodule java project
- Aggregated test reports (surefire and junit style)
- SonarQube static test (includes coverage results)
- Publish a snapshot for each branch to GitHub Packages
- Publish releases to Maven Central (deactivated)See the general contribution policies and guidelines for *giis-uniovi* at
[CONTRIBUTING.md](https://github.com/giis-uniovi/.github/blob/main/profile/CONTRIBUTING.md).