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 2018/08/07 12:02:25 UTC

[13/16] jena git commit: JENA-1587: TDB2 javadoc for the public API only

JENA-1587: TDB2 javadoc for the public API only


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

Branch: refs/heads/master
Commit: c82737b13131859fcb0426a6313d103a74b2f473
Parents: 17631de
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Aug 6 10:50:04 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Aug 6 10:50:04 2018 +0100

----------------------------------------------------------------------
 jena-db/jena-tdb2/pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/c82737b1/jena-db/jena-tdb2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-db/jena-tdb2/pom.xml b/jena-db/jena-tdb2/pom.xml
index 1861646..0c7e84f 100644
--- a/jena-db/jena-tdb2/pom.xml
+++ b/jena-db/jena-tdb2/pom.xml
@@ -113,8 +113,21 @@
         </configuration>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <version>true</version>
+          <show>public</show>
+          <encoding>UTF-8</encoding>
+          <windowtitle>Apache Jena TDB2</windowtitle>
+          <doctitle>Apache Jena TDB2 ${project.version}</doctitle>
+          <excludePackageNames>org.apache.jena.tdb2.*</excludePackageNames>
+          <bottom>Licenced under the Apache License, Version 2.0</bottom>
+        </configuration>
+      </plugin>
+
     </plugins>
   </build>
 
-
 </project>