Paremus build parent

The common parent pom for Paremus components

License

License

GroupId

GroupId

com.paremus.build
ArtifactId

ArtifactId

product-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Paremus build parent
The common parent pom for Paremus components
Project URL

Project URL

https://github.com/paremus/build
Project Organization

Project Organization

Paremus Ltd
Source Code Management

Source Code Management

https://github.com/paremus/build

Download product-parent

Filename Size
product-parent-1.0.0.pom 16 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.paremus.build/product-parent/ -->
<dependency>
    <groupId>com.paremus.build</groupId>
    <artifactId>product-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.paremus.build/product-parent/
implementation 'com.paremus.build:product-parent:1.0.0'
// https://jarcasting.com/artifacts/com.paremus.build/product-parent/
implementation ("com.paremus.build:product-parent:1.0.0")
'com.paremus.build:product-parent:pom:1.0.0'
<dependency org="com.paremus.build" name="product-parent" rev="1.0.0">
  <artifact name="product-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.paremus.build', module='product-parent', version='1.0.0')
)
libraryDependencies += "com.paremus.build" % "product-parent" % "1.0.0"
[com.paremus.build/product-parent "1.0.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.

The Paremus Product Build Repository

This repository contains the top-level POM configuration for other Paremus builds, and also any boms/code related to building and testing.

How to build this repository

This repository can be built using Maven 3.5.4 and Java 8.

Build profiles

By default the build will run with all tests, and lenient checks on copyright headers. To enable strict copyright checking (required for deployment) then the strict-license-check profile should be used, for example

`mvn -P strict-license-check clean install`

If you make changes and do encounter licensing errors then the license headers can be regenerated using the generate-licenses profile

`mvn -P generate-licenses process-sources`
com.paremus.build

Paremus

Versions

Version
1.0.0