Fork me on GitHub

Rat (Release Audit Tool) results

The following document contains the results of Rat (Release Audit Tool).

*****************************************************
Summary
-------
Generated at: 2022-01-19T13:10:19+00:00

Notes: 2
Binaries: 0
Archives: 0
Standards: 4

Apache Licensed: 3
Generated Documents: 0

JavaDocs are generated, thus a license header is optional.
Generated files do not require license headers.

1 Unknown Licenses

*****************************************************

Files with unapproved licenses:

  README.md

*****************************************************

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require any license headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc. will be marked N
  AL    src/changes/changes.xml
  AL    src/site/site.xml
  N     NOTICE.txt
  N     LICENSE.txt
 !????? README.md
  AL    pom.xml
 
*****************************************************

 Printing headers for text files without a valid license header...
 
=====================================================
== File: README.md
=====================================================
# About Turbine Parent

This is the parent for Turbine-Core, Site and most of Fulcrum components and inherits [Apache Parent POM](https://infra.apache.org/publishing-maven-artifacts.html).


## USAGE

- Parent module to align dependencies in Fulcrum nand Turbine

- Based on last released [commons parent versions](http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk).

### CAVEAT

- Check turbine-parent-assembly module dependency, which overwrites Apache module (still needed in 2017)

- Check versions with Maven Versions Plugin:

    - mvn versions:display-plugin-updates
    - mvn versions:display-property-updates

## RELEASE

- Normally, this module (and turbine-parent-assembly) could be released lazily (add [LAZY][VOTE] in release voting phase).

### Notes 

Since v.9

- Java 8: include explicitely cobertura if needed: mvn clean site install -Papache-release,cobertura

Since v10

- Profile owasp, which enables the by default disabled dependency check.