You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/03/08 06:42:40 UTC

[isis] branch master updated: ISIS-2450: minor fix to release docs

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 844bfd7  ISIS-2450: minor fix to release docs
844bfd7 is described below

commit 844bfd7a5d6e4c0e8b0238fc4999629cd086ef64
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 8 06:41:09 2021 +0000

    ISIS-2450: minor fix to release docs
---
 antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index edda475..a8a74ed 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -91,7 +91,9 @@ Without appropriate additional configuration, this would result in the generated
 Fortunately, Maven allows the missing information to be provided by configuring the `maven-remote-resources-plugin`.
 This is stored in the `src/main/appended-resources/supplemental-models.xml` file, relative to the root of each releasable module.
 
-It's first necessary to have built the framework locally at least once:
+It's first necessary to have built the framework locally at least once.
+
+In the root directory:
 
 [source,bash,subs="attributes+"]
 ----
@@ -106,7 +108,6 @@ mvn license:download-licenses
 groovy scripts/checkmissinglicenses.groovy
 ----
 
-WARNING: this groovy script assumes it is being run from the `isis-parent` directory.
 
 The Maven plugin creates a `license.xml` file in the `target/generated-resources` directory of each module.
 The script then searches for these `licenses.xml` files, and compares them against the contents of the `supplemental-models.xml` file.