You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2014/11/17 13:53:43 UTC

svn commit: r1640153 - in /deltaspike/site/trunk: content/javadoc.mdtext templates/deltaspike-markdown.html

Author: rafabene
Date: Mon Nov 17 12:53:42 2014
New Revision: 1640153

URL: http://svn.apache.org/r1640153
Log:
DELTASPIKE-777 - Update Javadoc documents

Added:
    deltaspike/site/trunk/content/javadoc.mdtext
Modified:
    deltaspike/site/trunk/templates/deltaspike-markdown.html

Added: deltaspike/site/trunk/content/javadoc.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/javadoc.mdtext?rev=1640153&view=auto
==============================================================================
--- deltaspike/site/trunk/content/javadoc.mdtext (added)
+++ deltaspike/site/trunk/content/javadoc.mdtext Mon Nov 17 12:53:42 2014
@@ -0,0 +1,54 @@
+Title: Javadoc
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+[TOC]
+
+
+***
+
+# Latest version
+
+* [1.1.1-SNAPSHOT](/javadoc/1.1.1-SNAPSHOT/)
+
+# Stable Releases
+
+* [1.1.0](/javadoc/1.1.0/) 
+
+
+# Contribute
+
+If you would like to submit a javadoc patch through Jira, you can have a look at the [suggested approach](suggested-git-workflows.html).
+
+# Publish procedure (for committers only)
+
+If you're a committer and want to publish the javadoc, you have do the following steps:
+
+Put the following information in your ~/.m2/settings.xml file
+
+    <server>
+      <id>deltaspike-site</id>
+      <username><YOUR_USERNAME></username>
+      <password><YOUR_PASSWORD></password>
+    </server>
+
+Then run:
+
+    $ cd REPO_ROOT/deltaspike
+    $ ./javadoc.sh
+
+After log in to <https://cms.apache.org/deltaspike/publish> and click on the `Submit` button.
\ No newline at end of file

Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/templates/deltaspike-markdown.html?rev=1640153&r1=1640152&r2=1640153&view=diff
==============================================================================
--- deltaspike/site/trunk/templates/deltaspike-markdown.html (original)
+++ deltaspike/site/trunk/templates/deltaspike-markdown.html Mon Nov 17 12:53:42 2014
@@ -58,7 +58,7 @@
                     <ul class="nav">
                         <li class="active"><a href="{{base}}index.html">Home</a></li>
                         <li><a href="{{base}}documentation/">Documentation</a></li>
-                        <li><a href="{{base}}javadoc/1.1.1-SNAPSHOT/">Javadoc</a></li>
+                        <li><a href="{{base}}javadoc.html">Javadoc</a></li>
                         <li><a href="{{base}}documentation/source.html">Source</a></li>
                         <li><a href="{{base}}download.html">Download</a></li>
                         <li><a href="{{base}}community.html">Community</a></li>