wp-oss-parent-pom

Washington Post Master Public Parent POM

License

License

GroupId

GroupId

com.washingtonpost
ArtifactId

ArtifactId

wp-oss-parent-pom
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

pom
Description

Description

wp-oss-parent-pom
Washington Post Master Public Parent POM
Project URL

Project URL

https://washingtonpost.com/
Source Code Management

Source Code Management

https://github.com/washingtonpost/wp-oss-parent-pom.git

Download wp-oss-parent-pom

How to add to project

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

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.

wp-oss-parent-pom

Parent POM for open source com.washingtonpost artifacts.

This POM contains common build configurations required for releasing source to Maven Central and Sonatype's STAGING Nexus servers.

To use this in your washingtonpost.com project, follow the localhost setup instructions on the Wiki.

Usage

To inherit from this POM, just add it as your artifact's parent:

    <parent>
        <groupId>com.washingtonpost</groupId>
        <artifactId>wp-oss-parent-pom</artifactId>
        <version>...</version>
    </parent>

You'll get standard maven dependency plugin management and it'll enable you to release your application to Maven Central with

mvn -Prelease-opensource release:prepare
mvn -Prelease-opensource release:perform
com.washingtonpost

The Washington Post

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3