Skip to content

Commit

Permalink
fixes incorrect output directory for 2.5.2 distr package
Browse files Browse the repository at this point in the history
  • Loading branch information
mawiesne committed Dec 27, 2024
1 parent 1b2dca3 commit 5e2deb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/main/jbake/content/docs/index.ad
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 5e2deb0

Please sign in to comment.