You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2018/01/12 15:58:59 UTC

[07/18] james-project git commit: JAMES-2281 Jdkim downloads should be fully handled via maven

JAMES-2281 Jdkim downloads should be fully handled via maven


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/964df5e9
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/964df5e9
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/964df5e9

Branch: refs/heads/master
Commit: 964df5e987349c022869aaf7384f75842d1ae4df
Parents: 2e7658c
Author: benwa <bt...@linagora.com>
Authored: Mon Jan 8 09:38:12 2018 +0700
Committer: Raphael Ouazana <ra...@linagora.com>
Committed: Fri Jan 12 16:49:38 2018 +0100

----------------------------------------------------------------------
 src/site/xdoc/download.xml | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/964df5e9/src/site/xdoc/download.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index fb67ef5..cc9efce 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -286,22 +286,19 @@ is found <a href='http://www.apache.org/licenses/exports/'>here</a>.
   
   <section name="Apache jDKIM">
   
-    <p>Apache James jDKIM 0.2 is the latest jDKIM stable version:</p>
-    <ul>
-    
-    <li>Binary (ZIP Format): <a
-    href="[preferred]/james/jdkim/apache-jdkim-0.2-bin.zip">apache-jdkim-0.2-bin.zip</a> [<a
-    href="http://www.apache.org/dist/james/jdkim/apache-jdkim-0.2-bin.zip.asc">PGP</a>]</li>
-    
-    <li>Binary (Unix TAR.GZ): <a
-    href="[preferred]/james/jdkim/apache-jdkim-0.2-bin.tar.gz">apache-jdkim-0.2-bin.tar.gz</a> [<a
-    href="http://www.apache.org/dist/james/jdkim/apache-jdkim-0.2-bin.tar.gz.asc">PGP</a>]</li>
-    
-    <li>Source (ZIP Format): <a
-    href="[preferred]/james/jdkim/apache-jdkim-project-0.2-source-release.zip">apache-jdkim-project-0.2-source-release.zip</a> [<a
-    href="http://www.apache.org/dist/james/jdkim/apache-jdkim-project-0.2-source-release.zip.asc">PGP</a>]</li>
-    
-    </ul>
+    <p>Apache James jDKIM 0.2 is the latest jDKIM stable version.</p>
+
+    <p>You can directly use it with maven:</p>
+
+    <pre>
+      <code>
+        &lt;dependency&gt;
+        &lt;groupId&gt;org.apache.james.jdkim&lt;/groupId&gt;
+        &lt;artifactId&gt;apache-jdkim&lt;/artifactId&gt;
+        &lt;version&gt;0.2&lt;/version&gt;
+        &lt;/dependency&gt;
+      </code>
+    </pre>
   
   </section>
   


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org