addthis-oss-papa-pom

Parent pom for AddThis open source projects using maven

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.addthis.common.build.maven.pom
ArtifactId

ArtifactId

papa-pom
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

addthis-oss-papa-pom
Parent pom for AddThis open source projects using maven
Project URL

Project URL

https://github.com/addthis/addthis-oss-papa-pom
Project Organization

Project Organization

AddThis
Source Code Management

Source Code Management

https://github.com/addthis/addthis-oss-papa-pom

Download papa-pom

Filename Size
papa-pom-2.2.0.pom 3 KB
Browse

How to add to project

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

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.

addthis-oss-papa-pom

XML

A parent pom allows various defaults to be specified so that each individual project does not repeat itself. This pom is the base of the AddThis open source pom hierarchy.

While it is hoped that this is useful for projects hosted at http://github.com/addthis and an illustrative general example, it is not intended to be a totally generic open source project pom.

Setup

To inherit from this in your project just specify it at the top of the pom.xml:

<parent>
  <groupId>com.addthis.common.build.maven.pom</groupId>
  <artifactId>papa-pom</artifactId>
  <version> ... current pom release version ...</version>
</parent>

If you want to deploy to remote repositories such as Sonatype OSS or one internal to your organization you will need to customize settings.xml. That includes the at.repo.* properties and any necessary credentials.

Administrative

Versioning

It's x.y.z where:

  • x: something major happened
  • y: next release
  • z: bug fix only

License

addthis-oss-papa-pom is released under the Apache License Version 2.0. See Apache or the LICENSE for details.

com.addthis.common.build.maven.pom

AddThis

Versions

Version
2.2.0
2.1.0
2.0.2