Repository: isis-site
Updated Branches:
  refs/heads/asf-site f0fc6256c -> 4b100892c


http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/simpleapp-archetype.html
----------------------------------------------------------------------
diff --git a/content/guides/simpleapp-archetype.html 
b/content/guides/simpleapp-archetype.html
index 07d5c04..04a3729 100644
--- a/content/guides/simpleapp-archetype.html
+++ b/content/guides/simpleapp-archetype.html
@@ -706,7 +706,7 @@ script to be run.</p>
 <p>Once you are familiar with the generated app, you&#8217;ll want to start 
modifying it.  Check out our the <a href=".guides/ug.html">Users' Guide</a>, 
which has how-tos and a complete reference guide (as well as some background 
concepts and discussion of more advanced techniques).</p>
 </div>
 <div class="paragraph">
-<p>If you use IntelliJ or Eclipse, you&#8217;ll also want to set up your IDE; 
this is also described in the <a href="cgcon.adoc#_cgcon_ide">Contributors' 
Guide</a>.</p>
+<p>If you use IntelliJ or Eclipse, you&#8217;ll also want to set up your IDE; 
this is also described in the <a href="cgcon.adoc#_cgcon_ide">Developers' 
Guide</a>.</p>
 </div>
 </div>
 </div>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/ug.html
----------------------------------------------------------------------
diff --git a/content/guides/ug.html b/content/guides/ug.html
index 49e552c..8144f44 100644
--- a/content/guides/ug.html
+++ b/content/guides/ug.html
@@ -547,15 +547,18 @@ table.CodeRay td.code>pre{padding:0}
 <li>
 <p><a href="rgcms.html">Classes, Methods and Schema</a></p>
 </li>
+<li>
+<p><a href="rgmvn.html">Apache Isis Maven plugin</a></p>
+</li>
 </ul>
 </div>
 <div class="paragraph">
-<p>The "supporting procedures" guides are:</p>
+<p>The remaining guides are:</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="cgcon.html">Contributors' Guide</a> (how to set up a development 
environment
+<p><a href="cgcon.html">Developers' Guide</a> (how to set up a development 
environment
 for Apache Isis and contribute back to the project)</p>
 </li>
 <li>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/ugbtb.html
----------------------------------------------------------------------
diff --git a/content/guides/ugbtb.html b/content/guides/ugbtb.html
index 38753e0..0c9b6af 100644
--- a/content/guides/ugbtb.html
+++ b/content/guides/ugbtb.html
@@ -559,15 +559,18 @@ applications.</p>
 <li>
 <p><a href="rgcms.html">Classes, Methods and Schema</a></p>
 </li>
+<li>
+<p><a href="rgmvn.html">Apache Isis Maven plugin</a></p>
+</li>
 </ul>
 </div>
 <div class="paragraph">
-<p>The "supporting procedures" guides are:</p>
+<p>The remaining guides are:</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="cgcon.html">Contributors' Guide</a> (how to set up a development 
environment
+<p><a href="cgcon.html">Developers' Guide</a> (how to set up a development 
environment
 for Apache Isis and contribute back to the project)</p>
 </li>
 <li>
@@ -1327,7 +1330,7 @@ the XSD and consumer&#8217;s DTO is mostly just 
boilerplate <code>pom.xml</code>
 </div>
 </div>
 <div class="paragraph">
-<p>The <code>isis-xsd</code> profile generates the XSD using the <a 
href="cgcon.html#_cgcon_isis-maven-plugin_xsd"><code>xsd</code> goal</a> of 
Isis' maven plugin:</p>
+<p>The <code>isis-xsd</code> profile generates the XSD using the <a 
href="rgmvn.html#_rgmvn_xsd"><code>xsd</code> goal</a> of Isis' maven 
plugin:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -3519,7 +3522,7 @@ build up its metamodel.</p>
 </td>
 <td class="content">
 <div class="paragraph">
-<p>Isis' <a href="cgcon.html#_cgcon_isis-maven-plugin">Maven plugin</a> will 
also validate the domain object model during build time.</p>
+<p>Isis' <a href="#rgmvn.adoc">Maven plugin</a> will also validate the domain 
object model during build time.</p>
 </div>
 </td>
 </tr>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/ugfun.html
----------------------------------------------------------------------
diff --git a/content/guides/ugfun.html b/content/guides/ugfun.html
index 0987a8c..67f3316 100644
--- a/content/guides/ugfun.html
+++ b/content/guides/ugfun.html
@@ -561,15 +561,18 @@ and tells you how to <a 
href="#_ugfun_getting-started">get started</a> with a Ma
 <li>
 <p><a href="rgcms.html">Classes, Methods and Schema</a></p>
 </li>
+<li>
+<p><a href="rgmvn.html">Apache Isis Maven plugin</a></p>
+</li>
 </ul>
 </div>
 <div class="paragraph">
-<p>The "supporting procedures" guides are:</p>
+<p>The remaining guides are:</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="cgcon.html">Contributors' Guide</a> (how to set up a development 
environment
+<p><a href="cgcon.html">Developers' Guide</a> (how to set up a development 
environment
 for Apache Isis and contribute back to the project)</p>
 </li>
 <li>
@@ -2032,7 +2035,7 @@ So, if you have used Apache Isis for prototyping 
(discussed above), then note th
 </ul>
 </div>
 <div class="paragraph">
-<p>You&#8217;ll probably also want to use an IDE; the Apache Isis committers 
use either IntelliJ or Eclipse; in the <a 
href="cgcon.html#_cgcon_ide">Contributors' Guide</a> we have detailed setup 
instructions for using these two IDEs.  If you&#8217;re a NetBeans user you 
should have no problems as it too has strong support for Maven.</p>
+<p>You&#8217;ll probably also want to use an IDE; the Apache Isis committers 
use either IntelliJ or Eclipse; in the <a 
href="cgcon.html#_cgcon_ide">Developers' Guide</a> we have detailed setup 
instructions for using these two IDEs.  If you&#8217;re a NetBeans user you 
should have no problems as it too has strong support for Maven.</p>
 </div>
 <div class="paragraph">
 <p>When building and running within an IDE, you&#8217;ll also need to 
configure the Datanucleus enhancer.  This is implemented as a Maven plugin, so 
in the case of IntelliJ, it&#8217;s easy enough to run the enhancer as 
required. It should be just as straightforward for NetBeans too.</p>
@@ -2218,7 +2221,7 @@ mvn jetty:run -D jetty.port=9090</code></pre>
 <div class="sect4">
 <h5 id="_from_within_the_ide">From within the IDE</h5>
 <div class="paragraph">
-<p>Most of the time, though, you&#8217;ll probably want to run the app from 
within your IDE.  The mechanics of doing this will vary by IDE; see the <a 
href="cgcon.html#_cgcon_ide">Contributors' Guide</a> for details of setting up 
Eclipse or IntelliJ IDEA.  Basically, though, it amounts to running 
<code>org.apache.isis.WebServer</code>, and ensuring that the <a 
href="#_ugfun_getting-started_datanucleus-enhancer">DataNucleus enhancer</a> 
has properly processed all domain entities.</p>
+<p>Most of the time, though, you&#8217;ll probably want to run the app from 
within your IDE.  The mechanics of doing this will vary by IDE; see the <a 
href="cgcon.html#_cgcon_ide">Developers' Guide</a> for details of setting up 
Eclipse or IntelliJ IDEA.  Basically, though, it amounts to running 
<code>org.apache.isis.WebServer</code>, and ensuring that the <a 
href="#_ugfun_getting-started_datanucleus-enhancer">DataNucleus enhancer</a> 
has properly processed all domain entities.</p>
 </div>
 <div class="paragraph">
 <p>Here&#8217;s what the setup looks like in IntelliJ IDEA:</p>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/ugsec.html
----------------------------------------------------------------------
diff --git a/content/guides/ugsec.html b/content/guides/ugsec.html
index 5161d75..4250b8b 100644
--- a/content/guides/ugsec.html
+++ b/content/guides/ugsec.html
@@ -555,15 +555,18 @@ table.CodeRay td.code>pre{padding:0}
 <li>
 <p><a href="rgcms.html">Classes, Methods and Schema</a></p>
 </li>
+<li>
+<p><a href="rgmvn.html">Apache Isis Maven plugin</a></p>
+</li>
 </ul>
 </div>
 <div class="paragraph">
-<p>The "supporting procedures" guides are:</p>
+<p>The remaining guides are:</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="cgcon.html">Contributors' Guide</a> (how to set up a development 
environment
+<p><a href="cgcon.html">Developers' Guide</a> (how to set up a development 
environment
 for Apache Isis and contribute back to the project)</p>
 </li>
 <li>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/ugtst.html
----------------------------------------------------------------------
diff --git a/content/guides/ugtst.html b/content/guides/ugtst.html
index 7b5862e..735d6f3 100644
--- a/content/guides/ugtst.html
+++ b/content/guides/ugtst.html
@@ -561,15 +561,18 @@ application frameworks.</p>
 <li>
 <p><a href="rgcms.html">Classes, Methods and Schema</a></p>
 </li>
+<li>
+<p><a href="rgmvn.html">Apache Isis Maven plugin</a></p>
+</li>
 </ul>
 </div>
 <div class="paragraph">
-<p>The "supporting procedures" guides are:</p>
+<p>The remaining guides are:</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="cgcon.html">Contributors' Guide</a> (how to set up a development 
environment
+<p><a href="cgcon.html">Developers' Guide</a> (how to set up a development 
environment
 for Apache Isis and contribute back to the project)</p>
 </li>
 <li>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/ugvro.html
----------------------------------------------------------------------
diff --git a/content/guides/ugvro.html b/content/guides/ugvro.html
index 9e1633d..68d3f76 100644
--- a/content/guides/ugvro.html
+++ b/content/guides/ugvro.html
@@ -566,15 +566,18 @@ standard third-party configurations.</p>
 <li>
 <p><a href="rgcms.html">Classes, Methods and Schema</a></p>
 </li>
+<li>
+<p><a href="rgmvn.html">Apache Isis Maven plugin</a></p>
+</li>
 </ul>
 </div>
 <div class="paragraph">
-<p>The "supporting procedures" guides are:</p>
+<p>The remaining guides are:</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="cgcon.html">Contributors' Guide</a> (how to set up a development 
environment
+<p><a href="cgcon.html">Developers' Guide</a> (how to set up a development 
environment
 for Apache Isis and contribute back to the project)</p>
 </li>
 <li>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/guides/ugvw.html
----------------------------------------------------------------------
diff --git a/content/guides/ugvw.html b/content/guides/ugvw.html
index 03e4464..711f964 100644
--- a/content/guides/ugvw.html
+++ b/content/guides/ugvw.html
@@ -562,10 +562,13 @@ implemented using <a 
href="http://wicket.apache.org";>Apache Wicket</a>.</p>
 <li>
 <p><a href="rgcms.html">Classes, Methods and Schema</a></p>
 </li>
+<li>
+<p><a href="rgmvn.html">Apache Isis Maven plugin</a></p>
+</li>
 </ul>
 </div>
 <div class="paragraph">
-<p>In addition, there is a <a href="cgcon.html">Contributors' Guide</a> (that 
describes how to set up a development environment
+<p>In addition, there is a <a href="cgcon.html">Developers' Guide</a> (that 
describes how to set up a development environment
 for Apache Isis and contribute back to the project), and a <a 
href="cgcon.html">Committers' Guide</a> (that describes release
 procedures and related practices).</p>
 </div>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/4b100892/content/migration-notes.html
----------------------------------------------------------------------
diff --git a/content/migration-notes.html b/content/migration-notes.html
index 584165a..4ec2856 100644
--- a/content/migration-notes.html
+++ b/content/migration-notes.html
@@ -783,7 +783,7 @@ internally to sequence the internal list of services being 
initialized.</p>
 <h3 id="_isis_maven_plugin">isis-maven-plugin</h3>
 <div class="paragraph">
 <p>The way that the Isis Maven plugin is configured has changed slightly; 
check out its
-<a href="cgcon.html#_cgcon_isis-maven-plugin">documentation</a> for full 
details.</p>
+<a href="#rgmvn.adoc">documentation</a> for full details.</p>
 </div>
 </div>
 </div>

Reply via email to