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/09/14 18:00:51 UTC

[09/23] isis-site git commit: ISIS-1616: adds documentation and DataNucleus support

http://git-wip-us.apache.org/repos/asf/isis-site/blob/7f131133/content/guides/ugfun/ugfun.html
----------------------------------------------------------------------
diff --git a/content/guides/ugfun/ugfun.html b/content/guides/ugfun/ugfun.html
index f9a9a5d..4bf8784 100644
--- a/content/guides/ugfun/ugfun.html
+++ b/content/guides/ugfun/ugfun.html
@@ -2244,7 +2244,7 @@ mvn clean install</code></pre>
           <div class="sect4"> 
            <h5 id="_using_mvn_jetty_plugin">Using mvn Jetty plugin</h5> 
            <div class="paragraph"> 
-            <p>First, you could run the WAR in a Maven-hosted Jetty instance, though you need to <code>cd</code> into the <code>webapp</code> module:</p> 
+            <p>First, you could run the WAR in a Maven-hosted Jetty instance, though you need to <code>cd</code> into the <code>webapp</code> module: (using maven 3.5.0 / isis 1.15 there is no webapp module and there is no need to <code>cd`into a `webapp</code> module. just run mvn jetty:run to fire up the app )</p> 
            </div> 
            <div class="listingblock"> 
             <div class="content">