Author: thomas.diesler(a)jboss.com
Date: 2008-05-30 09:14:46 -0400 (Fri, 30 May 2008)
New Revision: 7234
Modified:
stack/native/trunk/modules/packeting/pom.xml
stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Fix file mapping
Modified: stack/native/trunk/modules/packeting/pom.xml
===================================================================
--- stack/native/trunk/modules/packeting/pom.xml 2008-05-30 13:00:32 UTC (rev 7233)
+++ stack/native/trunk/modules/packeting/pom.xml 2008-05-30 13:14:46 UTC (rev 7234)
@@ -4,7 +4,7 @@
<name>JBoss Web Services - Stack Native Packeting</name>
<artifactId>jbossws-native-packeting</artifactId>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<!-- Parent -->
<parent>
Modified: stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-30 13:00:32
UTC (rev 7233)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-30 13:14:46
UTC (rev 7234)
@@ -100,6 +100,7 @@
</dependencySet>
<dependencySet>
<outputDirectory>lib</outputDirectory>
+
<outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
<unpack>false</unpack>
<includes>
Show replies by date