Author: simonetripodi
Date: Tue Jul 3 21:04:59 2012
New Revision: 1356944
URL: http://svn.apache.org/viewvc?rev=1356944&view=rev
Log:
shorter name for generated legals for war(s)
Modified:
incubator/any23/trunk/service/pom.xml
Modified: incubator/any23/trunk/service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1356944&r1=1356943&r2=1356944&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Tue Jul 3 21:04:59 2012
@@ -110,7 +110,7 @@
<configuration>
<webResources>
<resource>
-
<directory>${project.build.directory}/${assembly.finalName}-prepare-war-legals/with-deps/</directory>
+
<directory>${project.build.directory}/war-legals/with-deps/</directory>
<targetPath>/META-INF</targetPath>
</resource>
</webResources>
@@ -133,7 +133,7 @@
</archive>
<webResources>
<resource>
-
<directory>${project.build.directory}/${assembly.finalName}-prepare-war-legals/without-deps/</directory>
+
<directory>${project.build.directory}/war-legals/without-deps/</directory>
<targetPath>/META-INF</targetPath>
</resource>
</webResources>
@@ -155,6 +155,8 @@
</goals>
<configuration>
<attach>false</attach>
+ <finalName>war-legals</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>${basedir}/src/main/assembly/prepare-war-legals.xml</descriptor>
</descriptors>