Red Hat RelEng License Templates

Red Hat Release Engineering License Templates

Лицензия

Лицензия

Группа

Группа

com.redhat.rcm
Идентификатор

Идентификатор

redhat-releng-license-templates
Последняя версия

Последняя версия

2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Red Hat RelEng License Templates
Red Hat Release Engineering License Templates
Ссылка на сайт

Ссылка на сайт

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

Скачать redhat-releng-license-templates

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.redhat.rcm/redhat-releng-license-templates/ -->
<dependency>
    <groupId>com.redhat.rcm</groupId>
    <artifactId>redhat-releng-license-templates</artifactId>
    <version>2</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.rcm/redhat-releng-license-templates/
implementation 'com.redhat.rcm:redhat-releng-license-templates:2'
// https://jarcasting.com/artifacts/com.redhat.rcm/redhat-releng-license-templates/
implementation ("com.redhat.rcm:redhat-releng-license-templates:2")
'com.redhat.rcm:redhat-releng-license-templates:jar:2'
<dependency org="com.redhat.rcm" name="redhat-releng-license-templates" rev="2">
  <artifact name="redhat-releng-license-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.rcm', module='redhat-releng-license-templates', version='2')
)
libraryDependencies += "com.redhat.rcm" % "redhat-releng-license-templates" % "2"
[com.redhat.rcm/redhat-releng-license-templates "2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Introduction

This is a wrapper project to deploy custom license templates that can be used with the license-maven-plugin ( See here ).

Formats

Apache 2

An alternative format for the Apache 2 license is available by specifiying

<plugin>
    <groupId>com.mycila</groupId>
    <artifactId>license-maven-plugin</artifactId>
    <configuration>
       <header>APACHE-2-SIMPLIFIED-COPYRIGHT.txt</header>
    </configuration>
</plugin>

in the project configuration. The allows Copyright (C) ${project.inceptionYear} ${owner} instead of Copyright (C) ${project.inceptionYear} ${owner} (${email}) which is available from the default Apache 2 configuration.

JBoss

An alternative format using the JBoss Apache 2 license is available by specifiying

<plugin>
    <groupId>com.mycila</groupId>
    <artifactId>license-maven-plugin</artifactId>
    <configuration>
       <header>JBOSS-COPYRIGHT.txt</header>
    </configuration>
</plugin>

in the project configuration. It is recommended to use license-maven-plugin-git in conjunction with the license-maven-plugin as it automatically provides the correct information for license.git.copyrightYears. This extra configuration is automatic if the redhat-releng-tools is being used as a parent pom.

This provides a copyright message of:

JBoss, Home of Professional Open Source.
Copyright ${license.git.copyrightYears} Red Hat, Inc., and individual contributors
as indicated by the @author tags.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.redhat.rcm

Red Hat Release Engineering

Версии библиотеки

Версия
2
1