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

artipie/ppom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.