You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/04/25 13:21:08 UTC

[jena] branch dist-clean created (now ddf4cea)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch dist-clean
in repository https://gitbox.apache.org/repos/asf/jena.git.


      at ddf4cea  JENA-1708: Remove unused javadoc artifact depedencies

This branch includes the following new commits:

     new ddf4cea  JENA-1708: Remove unused javadoc artifact depedencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jena] 01/01: JENA-1708: Remove unused javadoc artifact depedencies

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch dist-clean
in repository https://gitbox.apache.org/repos/asf/jena.git

commit ddf4cea1057cca682edc18388883241e81f8db0f
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu Apr 25 14:20:42 2019 +0100

    JENA-1708: Remove unused javadoc artifact depedencies
---
 apache-jena/assembly-jena-zip.xml | 38 -----------------------------------
 apache-jena/pom.xml               | 42 +--------------------------------------
 2 files changed, 1 insertion(+), 79 deletions(-)

diff --git a/apache-jena/assembly-jena-zip.xml b/apache-jena/assembly-jena-zip.xml
index 57d8bcb..ba8bdda 100644
--- a/apache-jena/assembly-jena-zip.xml
+++ b/apache-jena/assembly-jena-zip.xml
@@ -38,7 +38,6 @@
       </includes>
       <excludes>
         <exclude>org.apache.jena:jena-*:*:sources</exclude>
-        <exclude>org.apache.jena:jena-*:*:javadoc</exclude>
       </excludes>
       <fileMode>0644</fileMode>
       <directoryMode>0755</directoryMode>
@@ -55,43 +54,6 @@
       <directoryMode>0755</directoryMode>
     </dependencySet>
 
-    <!-- All the javadoc is quite large yet one use of the binary download
-         is for people with limited or unreliable connectivity.
-         **javadoc**
-    <dependencySet>
-      <useProjectArtifact>false</useProjectArtifact>
-      <outputDirectory>javadoc-core</outputDirectory>
-      <unpack>true</unpack>
-      <includes>
-        <include>org.apache.jena:jena-core:*:javadoc</include>
-      </includes>
-      <fileMode>0644</fileMode>
-      <directoryMode>0755</directoryMode>
-    </dependencySet>
-
-    <dependencySet>
-      <useProjectArtifact>false</useProjectArtifact>
-      <outputDirectory>javadoc-arq</outputDirectory>
-      <unpack>true</unpack>
-      <includes>
-        <include>org.apache.jena:jena-arq:*:javadoc</include>
-      </includes>
-      <fileMode>0644</fileMode>
-      <directoryMode>0755</directoryMode>
-    </dependencySet>
-
-    <dependencySet>
-      <useProjectArtifact>false</useProjectArtifact>
-      <outputDirectory>javadoc-tdb</outputDirectory>
-      <unpack>true</unpack>
-      <includes>
-        <include>org.apache.jena:jena-tdb:*:javadoc</include>
-      </includes>
-      <fileMode>0644</fileMode>
-      <directoryMode>0755</directoryMode>
-    </dependencySet>
-    **javadoc** -->
-
   </dependencySets>
 
   <files>
diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml
index 4ddf395..50772cf 100644
--- a/apache-jena/pom.xml
+++ b/apache-jena/pom.xml
@@ -55,7 +55,7 @@
 
   <dependencies>
     <!-- 
-      Enumerate dependencies explicitly to get source and javadoc as well.
+      Enumerate dependencies explicitly to get source as well.
     -->
     <dependency>
       <groupId>org.apache.jena</groupId>
@@ -73,14 +73,6 @@
 
     <dependency>
       <groupId>org.apache.jena</groupId>
-      <artifactId>jena-arq</artifactId>
-      <version>3.12.0-SNAPSHOT</version>
-      <classifier>javadoc</classifier>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
       <version>3.12.0-SNAPSHOT</version>
     </dependency>
@@ -95,14 +87,6 @@
 
     <dependency>
       <groupId>org.apache.jena</groupId>
-      <artifactId>jena-core</artifactId>
-      <version>3.12.0-SNAPSHOT</version>
-      <classifier>javadoc</classifier>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jena</groupId>
       <artifactId>jena-tdb</artifactId>
       <version>3.12.0-SNAPSHOT</version>
     </dependency>
@@ -117,14 +101,6 @@
 
     <dependency>
       <groupId>org.apache.jena</groupId>
-      <artifactId>jena-tdb</artifactId>
-      <version>3.12.0-SNAPSHOT</version>
-      <classifier>javadoc</classifier>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jena</groupId>
       <artifactId>jena-rdfconnection</artifactId>
       <version>3.12.0-SNAPSHOT</version>
     </dependency>
@@ -139,14 +115,6 @@
 
     <dependency>
       <groupId>org.apache.jena</groupId>
-      <artifactId>jena-rdfconnection</artifactId>
-      <version>3.12.0-SNAPSHOT</version>
-      <classifier>javadoc</classifier>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jena</groupId>
       <artifactId>jena-cmds</artifactId>
       <version>3.12.0-SNAPSHOT</version>
     </dependency>
@@ -173,14 +141,6 @@
       <optional>true</optional>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.jena</groupId>
-      <artifactId>jena-cmds</artifactId>
-      <version>3.12.0-SNAPSHOT</version>
-      <classifier>javadoc</classifier>
-      <optional>true</optional>
-    </dependency>
-
   </dependencies>
 
   <build>