This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5e2deb0b fixes incorrect output directory for 2.5.2 distr package
5e2deb0b is described below
commit 5e2deb0b58ddb37a296a2e848a1d43824b6fb46a
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Dec 27 10:03:36 2024 +0100
fixes incorrect output directory for 2.5.2 distr package
---
pom.xml | 2 +-
src/main/jbake/content/docs/index.ad | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c7190cbe..ac7edf21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,7 +526,7 @@
<overWrite>false</overWrite>
<type>zip</type>
<classifier>bin</classifier>
-
<outputDirectory>${project.build.directory}/distr/2.5.1</outputDirectory>
+
<outputDirectory>${project.build.directory}/distr/2.5.2</outputDirectory>
<excludes>**/lib/**/*</excludes>
</artifactItem>
</artifactItems>
diff --git a/src/main/jbake/content/docs/index.ad
b/src/main/jbake/content/docs/index.ad
index d2d5e230..478294eb 100755
--- a/src/main/jbake/content/docs/index.ad
+++ b/src/main/jbake/content/docs/index.ad
@@ -31,6 +31,7 @@ NOTE: All the documentation is also included in the binary
distribution.
* link:/docs/{opennlp_version}/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/{opennlp_version}/apidocs/opennlp-tools/index.html[Apache OpenNLP
Tools Javadoc]
+* link:/docs/{opennlp_version}/apidocs/opennlp-tools-models/index.html[Apache
OpenNLP Tools Models Javadoc]
* link:/docs/{opennlp_version}/apidocs/opennlp-uima/index.html[Apache OpenNLP
UIMA Javadoc]
*
link:/docs/{opennlp_version}/apidocs/opennlp-morfologik-addon/index.html[Apache
OpenNLP Morfologik Addon Javadoc]