An open API service indexing awesome lists of open source software.

https://github.com/release-engineering/redhat-releng-tools

Parent POM for Red Hat RCM Tools that build with Maven
https://github.com/release-engineering/redhat-releng-tools

Last synced: 3 months ago
JSON representation

Parent POM for Red Hat RCM Tools that build with Maven

Awesome Lists containing this project

README

          

Introduction
============

This contains a common parent for all projects to use.

Releasing Projects
==================

The release profile enables the maven-gpg-plugin, maven-source-plugin and the license-maven-plugin. Note that the license-maven-plugin ( See [here](http://code.mycila.com/license-maven-plugin) ) has a standard format for licenses. An alternative format for the Apache 2 license is available by specifiying


com.mycila
license-maven-plugin

APACHE-2-SIMPLIFIED-COPYRIGHT.txt

in the project configuration. The allows `Copyright (C) ${project.inceptionYear} ${owner}` instead of `Copyright (C) ${project.inceptionYear} ${owner} (${email})`.