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:58:32+00:00

Notes: 2
Binaries: 0
Archives: 0
Standards: 12

Apache Licensed: 11
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
  AL    pom.xml
 !????? README.md
  AL    xdocs/index.xml
  AL    xdocs/sites/osworkflow.xml
  AL    xdocs/sites/security.xml
  AL    xdocs/howto/velocity-service.xml
  AL    xdocs/howto/jsp-service.xml
  AL    xdocs/howto/template-service.xml
  AL    xdocs/building.xml
  N     LICENSE.txt
  N     NOTICE.txt
  AL    .asf.yaml
 
*****************************************************

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

# The Fulcrum Website Instructions
--------------------------------

The Fulcrum web site is based on .xml files which are transformed
into .html files using Maven.

<http://maven.apache.org/>

## Description

The Fulcrum site builds the *wrapper site* for the Fulcrum components listed in site.xml. 

It is a Website repository, which is used to provides a mechanism (Management Tool) to *publish Turbine Fulcrum Components*, see [Apache Project site](https://infra.apache.org/project-site).

Build Tool is the Maven site building mechanism, though this includes a version it does not contain released sources to be published and versioning of this component is just for convenience (or unavoidable in pom.xml). Nevertheless Apache Site management rules apply.

### Publishing

This is described in section *Git Checkout source. Generate and Publish Site* here:

    https://github.com/apache/turbine-fulcrum-build#git-checkout--source-generate-and-publish-site
    
The basic mechanism is explained [here](https://infra.apache.org/version-control.html#git).    
    

### Deprecated SCM-Publish Maven Mechanism

*Important*: Using [scm-publish Plugin](https://commons.apache.org/site-publish.html) for publishing is not yet tested for current [Apache GIT](https://infra.apache.org/version-control.html).

Check first, that turbine.site.path matches the target pubScmUrl (e.g. by investigating the result of mvn help:effective-pom)

Once you have the site checked out locally, cd into your fulcrum-site directory and execute:


    mvn site


This will build the documentation into the target/site/ directory. The output will show you which files got re-generated.

If you would like to make modifications to the web site documents, you simply need to edit the files in the xdocs/ directory.

Once you have built your documentation and confirmed that your changes are ok, you can check your .xml files back into Subversion.

To test what files would be deleted or updated run:


    mvn site:stage scm-publish:publish-scm -Dscmpublish.dryRun=true