This is a parent POM for all
Artipie Maven projects. Include it in project section of pom.xml
:
<modelVersion>4.0.0</modelVersion>
<artifactId><!-- your artifact id --></artifactId>
<version>1.0-SNAPSHOT</version>
<parent>
<groupId>com.artipie</groupId>
<artifactId>ppom</artifactId>
<version><!-- use latest version --></version>
</parent>
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
.