[vlma-devel] commit: Only distribute runtime dependencies. (Adrien Grand )
git version control
git at videolan.org
Fri Feb 6 03:49:44 CET 2009
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Fri Feb 6 03:08:56 2009 +0100| [e7acf2c5a437db3e019efd8c423c235919fb991f] | committer: Adrien Grand
Only distribute runtime dependencies.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=e7acf2c5a437db3e019efd8c423c235919fb991f
---
vlma-distribution/pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vlma-distribution/pom.xml b/vlma-distribution/pom.xml
index fc79722..a236de1 100644
--- a/vlma-distribution/pom.xml
+++ b/vlma-distribution/pom.xml
@@ -124,6 +124,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
+ <includeScope>runtime</includeScope>
<outputDirectory>${project.build.directory}/generated-dirs/lib/daemon</outputDirectory>
</configuration>
</execution>
More information about the vlma-devel
mailing list