Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixklauke/maven-project-template
Maven Project template for my Medium Story about a simple project setup with Maven, GitHub, TravisCI and Nexus.
https://github.com/felixklauke/maven-project-template
blog maven medium medium-article project project-template
Last synced: 26 days ago
JSON representation
Maven Project template for my Medium Story about a simple project setup with Maven, GitHub, TravisCI and Nexus.
- Host: GitHub
- URL: https://github.com/felixklauke/maven-project-template
- Owner: felixklauke
- License: apache-2.0
- Created: 2019-05-08T09:01:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T05:11:38.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:41:01.550Z (6 months ago)
- Topics: blog, maven, medium, medium-article, project, project-template
- Language: Java
- Homepage: https://medium.com/felixklauke/ci-with-github-travisci-and-sonatype-nexus-baac333596c3
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=FelixKlauke_maven-project-template&metric=alert_status)](https://sonarcloud.io/dashboard?id=FelixKlauke_maven-project-template)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=FelixKlauke_maven-project-template&metric=coverage)](https://sonarcloud.io/dashboard?id=FelixKlauke_maven-project-template)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=FelixKlauke_maven-project-template&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=FelixKlauke_maven-project-template)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=FelixKlauke_maven-project-template&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=FelixKlauke_maven-project-template)# maven-project-template
Read full blog post: https://medium.com/felixklauke/ci-with-github-travisci-and-sonatype-nexus-baac333596c3
# Build Status
| | Build Status |
|-------------|-------------------------------------------------------------------------------------------------------------------------|
| Master | [![Build Status](https://travis-ci.org/FelixKlauke/maven-project-template.svg?branch=master)](https://travis-ci.org/FelixKlauke/maven-project-template) |# Usage
**Maven Repositories**
```xml
klauke-enterprises-maven-releases
Klauke Enterprises Maven Releases
https://repository.klauke-enterprises.com/repository/maven-releases/
klauke-enterprises-maven-snapshots
Klauke Enterprises Maven Snapshots
https://repository.klauke-enterprises.com/repository/maven-snapshots/
```