[vlma-devel] commit: Disable creation of the assemblies if requested. (Adrien Grand )

git version control git at videolan.org
Sat Jul 19 11:27:53 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Jul 19 00:03:37 2008 +0200| [c516683b9d85a43a9d5a1a96666b430a7d7bfa7e]

Disable creation of the assemblies if requested.

You can now disable the creation of the assemblies (which take a lot
of time) by running maven with the -Dmaven.assembly.skip option.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=c516683b9d85a43a9d5a1a96666b430a7d7bfa7e
---

 pom.xml                   |    1 +
 vlma-distribution/pom.xml |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index ad47deb..5d9392a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,7 @@
     </reporting>
 
     <properties>
+        <maven.assembly.skip>false</maven.assembly.skip>
         <spring.version>2.5.3</spring.version>
     </properties>
 
diff --git a/vlma-distribution/pom.xml b/vlma-distribution/pom.xml
index c65b1a1..67430a7 100644
--- a/vlma-distribution/pom.xml
+++ b/vlma-distribution/pom.xml
@@ -63,6 +63,7 @@
                         <descriptor>src/assembly/bin.xml</descriptor>
                     </descriptors>
                     <finalName>vlmad-${project.version}</finalName>
+                    <skipAssembly>${maven.assembly.skip}</skipAssembly>
                 </configuration>
                 <executions>
                     <execution>



More information about the vlma-devel mailing list