Customized Reflow Skin

Repackaged Reflow skin for Security Automation Maven sites.

License

License

Categories

Categories

Maven Build Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

gov.nist.secauto
ArtifactId

ArtifactId

reflow-maven-skin
Last Version

Last Version

15
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download reflow-maven-skin

How to add to project

<!-- 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"]

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.

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

Versions

Version
15
14
13