This is an automated email from the ASF dual-hosted git repository. jzemerick pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push: new 7b945e27 OPENNLP-1456: Adding useJql property. (#496) 7b945e27 is described below commit 7b945e270629b4407eb0d34d50a8b7523ada6068 Author: Jeff Zemerick <13176962+jzonthe...@users.noreply.github.com> AuthorDate: Wed Feb 1 16:33:07 2023 -0500 OPENNLP-1456: Adding useJql property. (#496) --- opennlp-distr/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml index 4a9e6cfa..c8ee4215 100644 --- a/opennlp-distr/pom.xml +++ b/opennlp-distr/pom.xml @@ -147,6 +147,7 @@ <phase>generate-resources</phase> <goals><goal>jira-report</goal></goals> <configuration> + <useJql>true</useJql> <onlyCurrentVersion>true</onlyCurrentVersion> <outputDirectory>${basedir}/target/issuesFixed/</outputDirectory> <maxEntries>1000</maxEntries> <!-- hopefully, bigger than ever needed -->