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
- Host: GitHub
- URL: https://github.com/release-engineering/redhat-releng-tools
- Owner: release-engineering
- Created: 2015-06-18T05:02:39.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T16:31:00.000Z (5 months ago)
- Last Synced: 2026-01-15T19:18:13.098Z (5 months ago)
- Size: 85.9 KB
- Stars: 0
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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})`.