Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.26 KB

Maven Build Verify adapters Javadoc Maven Central

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>

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.