Author: jeff.yuchang
Date: 2011-01-17 06:02:28 -0500 (Mon, 17 Jan 2011)
New Revision: 1244
Modified:
branches/RiftSaw-2.2.x/distribution/pom.xml
Log:
* update maven build.
Modified: branches/RiftSaw-2.2.x/distribution/pom.xml
===================================================================
--- branches/RiftSaw-2.2.x/distribution/pom.xml 2011-01-17 10:58:00 UTC (rev 1243)
+++ branches/RiftSaw-2.2.x/distribution/pom.xml 2011-01-17 11:02:28 UTC (rev 1244)
@@ -270,8 +270,8 @@
<goal>single</goal>
</goals>
<configuration>
-
<finalName>riftsaw-${project.version}-src</finalName>
- <appendAssemblyId>false</appendAssemblyId>
+
<finalName>riftsaw-${project.version}</finalName>
+ <appendAssemblyId>true</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>