[vlma-devel] commit: avoid the " An attached artifact must have a different ID than its corresponding main artifact ." error (Filippo Carone )
git version control
git at videolan.org
Sun Apr 27 19:29:25 CEST 2008
vlma | branch: master | Filippo Carone <littlejohn at videolan.org> | Sun Apr 27 18:50:37 2008 +0200| [9b792421fd4bd7edd59691633b3a5d5fd6a8c302]
avoid the "An attached artifact must have a different ID than its corresponding main artifact." error
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=9b792421fd4bd7edd59691633b3a5d5fd6a8c302
---
daemon/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 783ce6e..50bb56a 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -20,7 +20,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>vlmad</finalName>
- <appendAssemblyId>false</appendAssemblyId>
+ <appendAssemblyId>true</appendAssemblyId>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
More information about the vlma-devel
mailing list