parent

Parent POM of Artipie

License

License

MIT License
Categories

Categories

Artipie Build Tools Distribution
GroupId

GroupId

com.artipie
ArtifactId

ArtifactId

parent
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

pom
Description

Description

parent
Parent POM of Artipie
Project URL

Project URL

https://github.com/artipie/ppom
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/artipie/ppom/tree/master

Download parent

Filename Size
parent-0.1.2.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.artipie/parent/ -->
<dependency>
    <groupId>com.artipie</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.artipie/parent/
implementation 'com.artipie:parent:0.1.2'
// https://jarcasting.com/artifacts/com.artipie/parent/
implementation ("com.artipie:parent:0.1.2")
'com.artipie:parent:pom:0.1.2'
<dependency org="com.artipie" name="parent" rev="0.1.2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.artipie', module='parent', version='0.1.2')
)
libraryDependencies += "com.artipie" % "parent" % "0.1.2"
[com.artipie/parent "0.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status Javadoc License Hits-of-Code Maven Central PDD status

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>

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

To avoid build errors use Maven 3.2+.

com.artipie

Artipie

Binary Artifact Management Toolkit

Versions

Version
0.1.2
0.1.1
0.1.0