You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bu...@apache.org on 2014/02/04 04:45:18 UTC

svn commit: r896333 - in /websites/staging/myfaces/trunk/content: ./ wiki/core/user-guide/build-myfaces-core-from-source-code-using-maven.html

Author: buildbot
Date: Tue Feb  4 03:45:17 2014
New Revision: 896333

Log:
Staging update by buildbot for myfaces

Modified:
    websites/staging/myfaces/trunk/content/   (props changed)
    websites/staging/myfaces/trunk/content/wiki/core/user-guide/build-myfaces-core-from-source-code-using-maven.html

Propchange: websites/staging/myfaces/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb  4 03:45:17 2014
@@ -1 +1 @@
-1564180
+1564181

Modified: websites/staging/myfaces/trunk/content/wiki/core/user-guide/build-myfaces-core-from-source-code-using-maven.html
==============================================================================
--- websites/staging/myfaces/trunk/content/wiki/core/user-guide/build-myfaces-core-from-source-code-using-maven.html (original)
+++ websites/staging/myfaces/trunk/content/wiki/core/user-guide/build-myfaces-core-from-source-code-using-maven.html Tue Feb  4 03:45:17 2014
@@ -136,11 +136,11 @@ subproject.</p>
 
 <p>To build the documentation site, execute:</p>
 
-<p><ac:macro ac:name="code"><ac:plain-text-body>&lt;![CDATA[
-cd myfaces-current/build
+<div class="codehilite"><pre><span class="nb">cd </span>myfaces-current/build
 mvn site
-]
-]&gt;</ac:plain-text-body></ac:macro></p>
+</pre></div>
+
+
 <p>The documentation will be put in the target/site folder of every
 subproject.</p>
 
@@ -151,13 +151,13 @@ incompatibility of a required plugin.</p
 
 <p>In most cases, it is best to build all the Tomahawk modules:</p>
 
-<p><ac:macro ac:name="code"><ac:plain-text-body>&lt;![CDATA[
-svn checkout http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk
+<div class="codehilite"><pre>svn checkout http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk
 tomahawk
-cd tomahawk
+<span class="nb">cd </span>tomahawk
 mvn install
-]
-]&gt;</ac:plain-text-body></ac:macro></p>
+</pre></div>
+
+
 <p>If you really want to build just Tomahawk core then you will need to
 manually add the apache snapshot repository to your settings file. The
 problem is that each tomahawk<br />
@@ -173,28 +173,27 @@ pom!</p>
 <p>To enable the apache snapshot repostory, edit file ~/.m2/settings.xml
 and add the following:</p>
 
-<p><ac:macro
-ac:name="code"><ac:default-parameter>xml</ac:default-parameter><ac:plain-text-body>&lt;![CDATA[
-  <profiles>
-    <profile>
-      <id>mydefs</id>
-      <activation>
-    <activeByDefault>true</activeByDefault>
-      </activation>
-      <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-      </repositories>
-    </profile>
-  </profiles>
-]
-]&gt;</ac:plain-text-body></ac:macro></p>
+<div class="codehilite"><pre><span class="nt">&lt;profiles&gt;</span>
+    <span class="nt">&lt;profile&gt;</span>
+      <span class="nt">&lt;id&gt;</span>mydefs<span class="nt">&lt;/id&gt;</span>
+      <span class="nt">&lt;activation&gt;</span>
+    <span class="nt">&lt;activeByDefault&gt;</span>true<span class="nt">&lt;/activeByDefault&gt;</span>
+      <span class="nt">&lt;/activation&gt;</span>
+      <span class="nt">&lt;repositories&gt;</span>
+    <span class="nt">&lt;repository&gt;</span>
+      <span class="nt">&lt;id&gt;</span>apache.snapshots<span class="nt">&lt;/id&gt;</span>
+      <span class="nt">&lt;name&gt;</span>Apache Snapshot Repository<span class="nt">&lt;/name&gt;</span>
+      <span class="nt">&lt;url&gt;</span>http://people.apache.org/repo/m2-snapshot-repository<span class="nt">&lt;/url&gt;</span>
+      <span class="nt">&lt;releases&gt;</span>
+        <span class="nt">&lt;enabled&gt;</span>false<span class="nt">&lt;/enabled&gt;</span>
+      <span class="nt">&lt;/releases&gt;</span>
+    <span class="nt">&lt;/repository&gt;</span>
+      <span class="nt">&lt;/repositories&gt;</span>
+    <span class="nt">&lt;/profile&gt;</span>
+<span class="nt">&lt;/profiles&gt;</span>
+</pre></div>
+
+
 <h3>IDE support </h3>
 
 <p>See <a