Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The createPear.sh script fails because the opennlp uima jar file is referenced by its full name
including the version with the snapshot tag. The snapshot tag is not included in the release version
of 1.5.1 and therefore the jar file cannot be found.
The file should be referenced with referencing the version at all, then it will also work for
future versions.
It work when the script is modified like this:
<file name="target/opennlp-uima-*.jar"/>