Customized Reflow Skin

Repackaged Reflow skin for Security Automation Maven sites.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Auto Библиотеки уровня приложения Code Generators
Группа

Группа

gov.nist.secauto
Идентификатор

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

reflow-maven-skin
Последняя версия

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

15
Дата

Дата

Тип

Тип

jar
Описание

Описание

Customized Reflow Skin
Repackaged Reflow skin for Security Automation Maven sites.

Скачать reflow-maven-skin

Имя Файла Размер
reflow-maven-skin-15.pom
reflow-maven-skin-15.jar 46 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/gov.nist.secauto/reflow-maven-skin/ -->
<dependency>
    <groupId>gov.nist.secauto</groupId>
    <artifactId>reflow-maven-skin</artifactId>
    <version>15</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto/reflow-maven-skin/
implementation 'gov.nist.secauto:reflow-maven-skin:15'
// https://jarcasting.com/artifacts/gov.nist.secauto/reflow-maven-skin/
implementation ("gov.nist.secauto:reflow-maven-skin:15")
'gov.nist.secauto:reflow-maven-skin:jar:15'
<dependency org="gov.nist.secauto" name="reflow-maven-skin" rev="15">
  <artifact name="reflow-maven-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto', module='reflow-maven-skin', version='15')
)
libraryDependencies += "gov.nist.secauto" % "reflow-maven-skin" % "15"
[gov.nist.secauto/reflow-maven-skin "15"]

Зависимости

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

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

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

Maven Build Support for NIST Security Automation Open-Source Software (OSS) Projects

CircleCI Gitter

This project provides support for using the Apache Maven build system.

Features

This project implements the following features:

  • Provides dependency management for the JUnit test framework.
  • Provides Maven SCM Git support through the use of the maven-scm-provider-gitexe.
  • Configures java source and compile targets to 1.8
  • Manages Maven Plugin versions for a large number of common Plugins to provide a stable build experience.
  • Sets up Maven site building using NIST templates
  • Configures Javadoc generation, with linking to Java 8 Javadocs
  • Uses PMD through the maven-pmd-plugin supporting basic static code analysis.
  • Enforces NIST license use on source through the license-maven-plugin.
  • and many other features.

System Requirements

  • An Oracle Java 1.8 or higher compatible runtime environment
  • An installation of Apache Maven version 3.0 or higher.
  • Install the maven-formatter-plugin m2e connector using the update site.

Usage

To use this project, you must configure it as the parent in your Maven pom.xml file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>gov.nist.secauto</groupId>
        <artifactId>oss-parent</artifactId>
        <version>... version of this project ...</version>
    </parent>

    ... additional configuration
</project>
gov.nist.secauto

National Institute of Standards and Technology

Department of Commerce

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

Версия
15
14
13