Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 24f04b88c -> 10900e26d


Described more string Rat policy on release. This is supposed to protect us 
from someone naively adding images and such with unclear licensing terms.


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/10900e26
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/10900e26
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/10900e26

Branch: refs/heads/master
Commit: 10900e26df84738d0d12cdcc97326ed624aec040
Parents: 24f04b8
Author: ddekany <ddek...@apache.org>
Authored: Fri Feb 9 01:41:01 2018 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Fri Feb 9 01:41:01 2018 +0100

----------------------------------------------------------------------
 src/main/docgen/book.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/10900e26/src/main/docgen/book.xml
----------------------------------------------------------------------
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index ad740b0..63b9130 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -1632,7 +1632,18 @@ two freemarker.jar-s and unpredictable behavior!
           </listitem>
 
           <listitem>
-            <para><literal>ant rat</literal>, check output</para>
+            <para><literal>ant rat</literal>, check output. There can't be any
+            binaries, archives, and especially not unknown or unapproved
+            licenses. If there is some, then first you have to describe them
+            in the related <literal>LICENSE</literal> files (there are several
+            of them, depending on if it's for the source, the binary
+            distrobution, the Maven jar artifact, or the Maven javadoc
+            artifact), and then you have to add them to related
+            <literal>rat-excludes</literal> file (there's one in the project
+            root for the source release, and another in
+            <literal>src/dist/bin</literal> for the binary release) so that
+            the files won't be reported next time. Finally restart the process
+            from rebuilding the distribution.</para>
           </listitem>
 
           <listitem>

Reply via email to