You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by co...@apache.org on 2016/11/09 21:11:03 UTC

[09/16] opennlp git commit: OPENNLP-622 Included transitive dependencies

OPENNLP-622 Included transitive dependencies


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/be7e6bab
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/be7e6bab
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/be7e6bab

Branch: refs/heads/trunk
Commit: be7e6bab698d2a6fab35e254cf39970584208361
Parents: 6ada5de
Author: William Colen <co...@apache.org>
Authored: Thu Jul 14 16:27:40 2016 +0000
Committer: William Colen <co...@apache.org>
Committed: Thu Jul 14 16:27:40 2016 +0000

----------------------------------------------------------------------
 src/main/assembly/bin.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/be7e6bab/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index bbc1607..ab4f6da 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/assembly/bin.xml
@@ -24,11 +24,23 @@
   <formats>
     <format>tar.gz</format>
     <format>zip</format>
+    <format>dir</format>
   </formats>
   
     <includeBaseDirectory>true</includeBaseDirectory>
 	<baseDirectory>/apache-opennlp-morfologik-addon-${project.version}</baseDirectory>
   
+	<dependencySets>
+		<dependencySet>
+			<scope>runtime</scope>
+			<unpack>false</unpack>
+			<useProjectArtifact>false</useProjectArtifact>
+			<fileMode>644</fileMode>
+			<directoryMode>755</directoryMode>
+			<outputDirectory>lib</outputDirectory>
+			<useTransitiveDependencies>true</useTransitiveDependencies>
+		</dependencySet>
+	</dependencySets>
 	
 	<fileSets>
 	    <fileSet>