Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artipie/ppom
Parent POM for all Maven projects
https://github.com/artipie/ppom
artipie java maven-pom parent-pom
Last synced: about 1 month ago
JSON representation
Parent POM for all Maven projects
- Host: GitHub
- URL: https://github.com/artipie/ppom
- Owner: artipie
- License: mit
- Created: 2020-02-05T07:07:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T01:01:14.000Z (almost 2 years ago)
- Last Synced: 2023-07-02T05:02:50.904Z (over 1 year ago)
- Topics: artipie, java, maven-pom, parent-pom
- Language: Shell
- Homepage: https://www.artipie.com
- Size: 152 KB
- Stars: 12
- Watchers: 9
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.header
Awesome Lists containing this project
README
[![Maven Build](https://github.com/artipie/ppom/actions/workflows/maven.yml/badge.svg)](https://github.com/artipie/ppom/actions/workflows/maven.yml)
[![Verify adapters](https://github.com/artipie/ppom/actions/workflows/verify.yaml/badge.svg)](https://github.com/artipie/ppom/actions/workflows/verify.yaml)
[![Javadoc](http://www.javadoc.io/badge/com.artipie/ppom.svg)](http://www.javadoc.io/doc/com.artipie/ppom)
[![Maven Central](https://img.shields.io/maven-central/v/com.artipie/ppom.svg)](https://maven-badges.herokuapp.com/maven-central/com.artipie/ppom)This is a parent [POM](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) for all
Artipie Maven projects. Include it in project section of `pom.xml`:
```xml
4.0.0
1.0-SNAPSHOT
com.artipie
ppom
```## Contributing
Make changes, make sure build and isntall are passing fine with `mvn clean verify`
and `mvn clean install`. Verify adapters by using script: `./scripts/verify.sh artipie/adapter-name`.