Skip to content

Commit

Permalink
Omit javadoc for size reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed May 3, 2016
1 parent 147635c commit a9701d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apache-jena/assembly-jena-zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -87,6 +90,7 @@
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
</dependencySet>
**javadoc** -->

</dependencySets>

Expand Down
5 changes: 3 additions & 2 deletions apache-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -186,14 +186,15 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<overWriteSnapshots>true</overWriteSnapshots>
<overWrig diffteSnapshots>true</overWriteSnapshots>
<includeScope>runtime</includeScope>
<includeTypes>jar</includeTypes>
<outputDirectory>lib/</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
-->

<!--
As we copy dependencies into lib/ to make scripts work in dev environments we also need to clean up that directory
Expand Down

0 comments on commit a9701d2

Please sign in to comment.