You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David Hoffer (JIRA)" <ji...@codehaus.org> on 2014/05/30 03:03:10 UTC

[jira] (MEAR-189) fileNameMapping set to no-version breaks skinnyWars feature

David Hoffer created MEAR-189:
---------------------------------

             Summary: fileNameMapping set to no-version breaks skinnyWars feature
                 Key: MEAR-189
                 URL: https://jira.codehaus.org/browse/MEAR-189
             Project: Maven Ear Plugin
          Issue Type: Bug
    Affects Versions: 2.9, 2.8, 2.7
            Reporter: David Hoffer


I have my plugin configured as:

 <plugin>
                <artifactId>maven-ear-plugin</artifactId>
                <version>2.9</version>
                <configuration>
                    <defaultJavaBundleDir>lib/</defaultJavaBundleDir>
                    <skinnyWars>true</skinnyWars>
                    <fileNameMapping>no-version</fileNameMapping>
                </configuration>
 </plugin>

And the inclusion of  <fileNameMapping>no-version</fileNameMapping> which I need, causes all the wars to fat.  

Is this a known bug?  This is a major problem for me, is there any workaround?



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)