You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/11/25 17:04:46 UTC

svn commit: r1545330 - /syncope/site/building.html

Author: ilgrosso
Date: Mon Nov 25 16:04:46 2013
New Revision: 1545330

URL: http://svn.apache.org/r1545330
Log:
[SYNCOPE-448] Update page

Modified:
    syncope/site/building.html

Modified: syncope/site/building.html
URL: http://svn.apache.org/viewvc/syncope/site/building.html?rev=1545330&r1=1545329&r2=1545330&view=diff
==============================================================================
--- syncope/site/building.html (original)
+++ syncope/site/building.html Mon Nov 25 16:04:46 2013
@@ -223,6 +223,7 @@ under the License. -->
 <ul>
 <li><a href="#core">core</a>
 <ul>
+<li><a href="#applicationxml">application/xml</a></li>
 <li><a href="#Debug">Debug</a></li>
 <li><a href="#Dev">Dev</a></li>
 <li><a href="#NoOpWorkflow">NoOpWorkflow</a></li>
@@ -318,6 +319,15 @@ under the License. -->
 <h3>core<a name="core"></a></h3>
         
 <div class="section">
+<h4>application/xml<a name="applicationxml"></a></h4>
+        By default, integration tests are run using <tt>application/json</tt> for both <tt>Accept</tt> and
+        <tt>Content-Type</tt> HTTP headers; it is possible, however, to use <tt>application/xml</tt>.
+        
+<div class="source">
+<pre>$ mvn clean verify -DjaxrsContentType=application/xml</pre></div>
+        
+        </div>
+<div class="section">
 <h4>Debug<a name="Debug"></a></h4>
         Starts the full environment used by integration tests (with same components available when running new project
         in <a class="externalLink" href="https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+embedded+mode#RunSyncopeinembeddedmode-Componentsavailable">embedded mode</a>