[ 
https://issues.apache.org/jira/browse/TOMEE-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006368#comment-15006368
 ] 

ASF GitHub Bot commented on TOMEE-1566:
---------------------------------------

Github user kariem commented on the pull request:

    https://github.com/apache/tomee/pull/14#issuecomment-156960739
  
    Hi Andy, 
    
    See the [linked JIRA 
issue](https://issues.apache.org/jira/plugins/servlet/mobile#issue/TOMEE-1566):
    
    > I want to deploy a maven dependency
    `com.something:something-special:1.0.0:rar`
    as
    `something-else.rar`
    via the _?name_ customization.
    Unfortunately, the resulting file name is
    `something-else.rar.jar`
    
    Does this make it clear? 


> [tomee-maven-plugin] Allow for name customizations for .rar apps
> ----------------------------------------------------------------
>
>                 Key: TOMEE-1566
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1566
>             Project: TomEE
>          Issue Type: Bug
>          Components: TomEE Maven Plugin
>    Affects Versions: 1.7.2
>            Reporter: Kariem Hussein
>            Assignee: Romain Manni-Bucau
>             Fix For: 7.0.0-M1, 1.7.2
>
>         Attachments: tomee-1566-include-rar-in-rename.patch
>
>
> I want to deploy a maven dependency 
> {{com.something:something-special:1.0.0:rar}} as {{something-else.rar}} via 
> the {{?name}} customization.
> According to the (sparse) docs it should work like this
> {code:xml}
> <plugin>
>   <groupId>org.apache.openejb.maven</groupId>
>   <artifactId>tomee-maven-plugin</artifactId>
>   <configuration>
>     ...
>     <apps>
>       
> <app>com.something:something-special:1.0.0:rar?name=something-else.rar</app>
>     </apps>
>     ...
>   </configuration>
> </plugin>
> {code}
> Unfortunately, the resulting file name is {{something-else.rar.jar}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to