Repository: opennlp Updated Branches: refs/heads/trunk 8e488a514 -> b12187901
Distributable should include all the dependencies Changed the bin assembly to include dependencies for BRAT and Morfologik. See issue OPENNLP-895 Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/8d0d5324 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/8d0d5324 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/8d0d5324 Branch: refs/heads/trunk Commit: 8d0d5324893ba2ef047f18cfdac4d1281310c95e Parents: 8e488a5 Author: William Colen <[email protected]> Authored: Mon Dec 26 15:20:00 2016 -0200 Committer: William Colen <[email protected]> Committed: Mon Dec 26 15:20:00 2016 -0200 ---------------------------------------------------------------------- opennlp-distr/src/main/assembly/bin.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/8d0d5324/opennlp-distr/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/opennlp-distr/src/main/assembly/bin.xml b/opennlp-distr/src/main/assembly/bin.xml index 5ec7ad7..4ed17f8 100644 --- a/opennlp-distr/src/main/assembly/bin.xml +++ b/opennlp-distr/src/main/assembly/bin.xml @@ -28,20 +28,16 @@ <includeBaseDirectory>true</includeBaseDirectory> <baseDirectory>/apache-opennlp-${project.version}</baseDirectory> - + <dependencySets> <dependencySet> - <includes> - <include>org.apache.opennlp:opennlp-tools</include> - <include>org.apache.opennlp:opennlp-uima</include> - <include>org.apache.opennlp:opennlp-brat-annotator</include> - <include>org.apache.opennlp:opennlp-morfologik-addon</include> - </includes> + <scope>runtime</scope> <unpack>false</unpack> <useProjectArtifact>false</useProjectArtifact> <fileMode>644</fileMode> <directoryMode>755</directoryMode> <outputDirectory>lib</outputDirectory> + <useTransitiveDependencies>true</useTransitiveDependencies> </dependencySet> </dependencySets>
