You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2016/09/23 07:47:42 UTC

svn commit: r998045 - in /websites/production/cxf/content: cache/main.pageCache dosgi-build.html

Author: buildbot
Date: Fri Sep 23 07:47:42 2016
New Revision: 998045

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/dosgi-build.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/dosgi-build.html
==============================================================================
--- websites/production/cxf/content/dosgi-build.html (original)
+++ websites/production/cxf/content/dosgi-build.html Fri Sep 23 07:47:42 2016
@@ -33,6 +33,7 @@
 
 <script src='/resources/highlighter/scripts/shCore.js'></script>
 <script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushBash.js'></script>
 <script>
   SyntaxHighlighter.defaults['toolbar'] = false;
   SyntaxHighlighter.all();
@@ -108,10 +109,14 @@ Apache CXF -- DOSGi Build
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h2 id="DOSGiBuild-Buildingandtesting">Building and testing</h2><p>Check out the code from <a shape="rect" class="external-link" href="https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git">https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</a><br clear="none"> Then build &amp; test using:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">mvn install
+<div id="ConfluenceContent"><h2 id="DOSGiBuild-Checkoutsources">Checkout sources</h2><p>Committers should work directly on the apache git repo and can directly push there.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>for committers</b></div><div class="codeContent panelContent pdl">
+<pre class="brush: bash; gutter: false; theme: Default" style="font-size:12px;">git clone https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</pre>
+</div></div><p>Non committers should clone from our github mirrior as it makes it easier to provide pull requests</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>for non committers</b></div><div class="codeContent panelContent pdl">
+<pre class="brush: bash; gutter: false; theme: Default" style="font-size:12px;">git clone git@github.com:apache/cxf-dosgi.git</pre>
+</div></div><h2 id="DOSGiBuild-FullBuild">Full Build</h2><p>Use jdk 8 and maven 3</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">mvn clean install
 </pre>
-</div></div><p>Note: you need to use Maven 2.0.9 or newer and have the following environment variable set: <code>MAVEN_OPTS=-Xmx512m</code></p></div>
+</div></div><h2 id="DOSGiBuild-Providingpullrequests">Providing pull requests</h2><p>Make sure you first open a&#160;JIRA issue with the details of the bug you are fixing or the requirements you solve when doing an enhancement.</p><p>To create a good pull request you should:</p><ul><li>fork the CXF-DOSGI github repo</li><li>create a branch named like the issue id e.g. "DOSGI-100 Improved ..."</li><li>In the branch ideally have only one commit with a commit message that start with the issue id [DOSGI-100]. This will automatically hook up the PR to the&#160;JIRA issue so we directly see the PR in&#160;JIRA</li><li>When doing changes in your PR branch you can always squash commits and do forced push to keep it up to date.&#160;</li></ul><p>Before pushing make sure you run a full build and it passes. Pull requests with not merge effort and passing tests have much higher chances to be merged</p><p>&#160;</p></div>
            </div>
            <!-- Content -->
          </td>