OSS Parent

Placeholder for commonly used settings

License

License

GroupId

GroupId

com.github.genthaler
ArtifactId

ArtifactId

oss-parent
Last Version

Last Version

6
Release Date

Release Date

Type

Type

pom
Description

Description

OSS Parent
Placeholder for commonly used settings
Project URL

Project URL

http://genthaler.github.io/oss-parent/
Source Code Management

Source Code Management

https://github.com/genthaler/oss-parent

Download oss-parent

Filename Size
oss-parent-6.pom 21 KB
Browse

How to add to project

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

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.

OSS Parent

A Maven pom project to store some commonly used configuration, especially that related to deployment to Sonatype's Nexus

Some of the configuration will be inherited by including this project as a parent, some will need to be copied.

Please see the Project Page.

There's also the Issues page.

Versions

Version
6
5
4
3
2
1