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 2017/08/01 16:00:55 UTC

[15/46] isis-site git commit: updating content (built from adocs/documentation in isis.git repo)

http://git-wip-us.apache.org/repos/asf/isis-site/blob/db31837d/content/guides/rgmvn/rgmvn.html
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn/rgmvn.html b/content/guides/rgmvn/rgmvn.html
index feafb89..749f80f 100644
--- a/content/guides/rgmvn/rgmvn.html
+++ b/content/guides/rgmvn/rgmvn.html
@@ -405,7 +405,7 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
          <div class="ulist"> 
           <ul> 
            <li> <p>run the <code>validate</code> goal in the <code>dom</code> submodule; this will give early warning if there are any syntactic errors in the model, eg orphaned supporting methods</p> </li> 
-           <li> <p>run the <code>swagger</code> goal in the <code>integtest</code> submodule; this ensures that the generated Swagger spec files correctly include any contributed actions/associations.</p> </li> 
+           <li> <p>run the <code>swagger</code> goal in the <code>integtest</code> submodule; this ensures that the generated Swagger schema definition files correctly include any contributed actions/associations.</p> </li> 
            <li> <p>run the <code>xsd</code> plugin in a new <code>xsd</code> submodule; contributed actions are irrelevant for this particular goal; having a separate submodule allows the configuration of both the <code>xsd</code> goal (to generate the XSD schemas) and any other XSD-related configuration to be kept in a single place.</p> </li> 
           </ul> 
          </div> 
@@ -758,7 +758,7 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
            <div class="paragraph"> 
             <p>Defaults to <code>JSON</code>.</p> 
            </div> </li> 
-          <li> <p><code>output</code> - (optional) subdirectory under the <code>target</code> directory to generate the swagger spec files<br></p> 
+          <li> <p><code>output</code> - (optional) subdirectory under the <code>target</code> directory to generate the swagger schema definition files<br></p> 
            <div class="paragraph"> 
             <p>Defaults to <code>generated-resources/isis-swagger</code></p> 
            </div> </li>