Author: buildbot
Date: Sat Feb 15 17:21:31 2020
New Revision: 1056584
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/download/maven.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Feb 15 17:21:31 2020
@@ -1 +1 @@
-1873901
+1874059
Modified: websites/staging/jena/trunk/content/download/maven.html
==============================================================================
--- websites/staging/jena/trunk/content/download/maven.html (original)
+++ websites/staging/jena/trunk/content/download/maven.html Sat Feb 15 17:21:31
2020
@@ -173,11 +173,8 @@ please read and follow <a href="http://m
<h3 id="repositories">Repositories<a class="headerlink" href="#repositories"
title="Permanent link">¶</a></h3>
<p>Released maven artifacts are mirrored to the central maven repositories.
This can take a few days.</p>
-<p>The Jena repositories at Apache are:</p>
-<ul>
-<li><a
href="https://repository.apache.org/content/repositories/releases/">https://repository.apache.org/content/repositories/releases/</a>
for released versions</li>
-<li><a
href="https://repository.apache.org/content/repositories/snapshots/">https://repository.apache.org/content/repositories/snapshots/</a>
for development builds.</li>
-</ul>
+<p>Development snapshots are available as well.<br />
+<a
href="https://repository.apache.org/content/repositories/snapshots/">https://repository.apache.org/content/repositories/snapshots/</a></p>
<p>Stable Jena releases are automatically mirrored by the central Maven
repositories, so there will normally be no need to add any extra
repositories to your <code>pom.xml</code> or <code>settings.xml</code>.</p>
@@ -206,11 +203,10 @@ in the other artifacts.</p>
</pre></div>
-<p>The version number of TDB needs to be checked - it is not the same as
apache-jena.</p>
<p>Other modules need to be added separately, for example:</p>
<div class="codehilite"><pre> <span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.jena<span
class="nt"></groupId></span>
- <span class="nt"><artifactId></span>jena-sdb<span
class="nt"></artifactId></span>
+ <span class="nt"><artifactId></span>jena-text<span
class="nt"></artifactId></span>
<span class="nt"><version></span>x.y.z<span
class="nt"></version></span>
<span class="nt"></dependency></span>
</pre></div>
@@ -259,19 +255,15 @@ structuring Jena development.</p>
<td>The formal released source-released for each Jena release. This is not
a maven-runnable set of binary files</td>
</tr>
<tr>
- <td><code>jena-spatial</code></td>
- <td><code>jar</code></td>
- <td>SPARQL Spatial Search. Included in Fuseki.</td>
- </tr>
- <tr>
<td><code>jena-text</code></td>
<td><code>jar</code></td>
<td>SPARQL Text Search. Included in Fuseki.</td>
</tr>
<tr>
- <td><code>jena-csv</code></td>
+ <td><code>jena-querybuilder</code></td>
<td><code>jar</code></td>
- <td>A simple CSV mapping to RDF and amenable to SPARQL</td>
+ <td>A utility package to simplify the building of ARQ queries in code.
+ </td>
</tr>
<tr>
<td><code>jena-elephas</code></td>
@@ -279,31 +271,20 @@ structuring Jena development.</p>
<td>A collection of tools for working with RDF on the Hadoop platform</td>
</tr>
<tr>
- <td><code>jena-fuseki-war</code></td>
+ <td><code>jena-fuseki-main</code></td>
<td><code>war</code></td>
- <td>WAR file for Fuseki</td>
+ <td>Fuseki packaged for embedding in an application.</td>
</tr>
<tr>
- <td><code>jena-security</code></td>
+ <td><code>jena-permissions</code></td>
<td><code>jar</code></td>
- <td>Security (Permissions) wrapper around Jena RDF implementation.</td>
- </tr>
- <tr>
- <td><code>jena-maven-tools</code></td>
- <td>maven-plugin</td>
- <td>Maven Plugins, including schemagen</td>
+ <td>Security wrapper around Jena RDF implementation.</td>
</tr>
<tr>
<td><code>jena-jdbc-driver-bundle</code></td>
<td><code>jar</code></td>
<td>A collection of JDBC drivers</td>
</tr>
- <tr>
- <td><code>jena-querybuilder</code></td>
- <td><code>jar</code></td>
- <td>A utility package to simplify the building of ARQ queries in code.
- </td>
- </tr>
</table>
<p>There are also a number of artifacts used in development.
@@ -333,7 +314,7 @@ to recent bug fixes, you should add the
install them in your local Maven repository, then you simply checkout the
source
tree and build with maven
<code>mvn install</code>. This assumes you have Maven and Git installed:</p>
-<div class="codehilite"><pre><span class="n">git</span><span
class="p">:</span><span class="o">//</span><span class="n">git</span><span
class="p">.</span><span class="n">apache</span><span class="p">.</span><span
class="n">org</span><span class="o">/</span><span class="n">jena</span><span
class="p">.</span><span class="n">git</span>
+<div class="codehilite"><pre><span class="n">git</span> <span
class="n">clone</span> <span class="n">https</span><span
class="p">:</span><span class="o">//</span><span class="n">github</span><span
class="p">.</span><span class="n">com</span><span class="o">/</span><span
class="n">apache</span><span class="o">/</span><span class="n">jena</span><span
class="o">/</span>
<span class="n">cd</span> <span class="n">jena</span>
<span class="n">mvn</span> <span class="n">clean</span> <span
class="n">install</span>
</pre></div>