You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/10/19 17:37:29 UTC

svn commit: r883352 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/release-process-one-pager.html

Author: buildbot
Date: Sat Oct 19 15:37:28 2013
New Revision: 883352

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/release-process-one-pager.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 19 15:37:28 2013
@@ -1 +1 @@
-1533775
+1533776

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 19 15:37:28 2013
@@ -1 +1 @@
-1533775
+1533776

Modified: websites/staging/isis/trunk/content/contributors/release-process-one-pager.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process-one-pager.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process-one-pager.html Sat Oct 19 15:37:28 2013
@@ -321,13 +321,22 @@ mvn org.apache.rat:apache-rat-plugin:che
 for a in `/bin/find . -name rat.txt -print`; do grep '!???' $a; done
 </pre>
 
-<p>Missing/spurious <code>supplemental-models.xml</code> (adjust path to the groovy file as required):</p>
+<p>Missing/spurious <code>supplemental-models.xml</code></p>
+
+<p>... if in <code>core</code>:</p>
 
 <pre>
 mvn license:download-licenses
 groovy ../scripts/checkmissinglicenses.groovy
 </pre>
 
+<p>... if for a <code>component/xxx/xxx</code>:</p>
+
+<pre>
+mvn license:download-licenses
+groovy ../../../scripts/checkmissinglicenses.groovy
+</pre>
+
 <h2>Release</h2>
 
 <p><div class="note">