Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.