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 2016/05/03 18:47:02 UTC

[2/4] jena git commit: Omit javadoc for size reasons

Omit javadoc for size reasons


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/a9701d27
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/a9701d27
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/a9701d27

Branch: refs/heads/master
Commit: a9701d2706a7670461596877c07309771a46d491
Parents: 147635c
Author: Andy Seaborne <an...@apache.org>
Authored: Tue May 3 14:34:03 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue May 3 14:34:03 2016 +0100

----------------------------------------------------------------------
 apache-jena/assembly-jena-zip.xml | 4 ++++
 apache-jena/pom.xml               | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/a9701d27/apache-jena/assembly-jena-zip.xml
----------------------------------------------------------------------
diff --git a/apache-jena/assembly-jena-zip.xml b/apache-jena/assembly-jena-zip.xml
index cdb90f0..8a68220 100644
--- a/apache-jena/assembly-jena-zip.xml
+++ b/apache-jena/assembly-jena-zip.xml
@@ -55,6 +55,9 @@
       <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>
@@ -87,6 +90,7 @@
       <fileMode>0644</fileMode>
       <directoryMode>0755</directoryMode>
     </dependencySet>
+    **javadoc** -->
 
   </dependencySets>
 

http://git-wip-us.apache.org/repos/asf/jena/blob/a9701d27/apache-jena/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml
index ec7f94b..74fd57f 100644
--- a/apache-jena/pom.xml
+++ b/apache-jena/pom.xml
@@ -174,7 +174,7 @@
       
       <!-- 
       Use the dependencies plugin to copy the dependencies into the lib/ directory which makes the scripts work in dev enivronments 
-      -->
+      - -> JENA-1173
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
@@ -186,7 +186,7 @@
               <goal>copy-dependencies</goal>
             </goals>
             <configuration>
-              <overWriteSnapshots>true</overWriteSnapshots>
+              <overWrig diffteSnapshots>true</overWriteSnapshots>
               <includeScope>runtime</includeScope>
               <includeTypes>jar</includeTypes>
               <outputDirectory>lib/</outputDirectory>
@@ -194,6 +194,7 @@
           </execution>
         </executions>
       </plugin>
+      -->
 
       <!-- 
       As we copy dependencies into lib/ to make scripts work in dev environments we also need to clean up that directory