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

Romain Manni-Bucau commented on TOMEE-1566:
-------------------------------------------

Hi Kariem,

sure, I'll backport it now.

To edit the doc just use the small pencil icon on the right 
(http://tomee.apache.org/dev/source-code.html#edit link) or if you are not 
afraid of a svn checkout (what i think since you provided us a patch ;)) you 
can checkout our website http://svn.apache.org/repos/asf/tomee/site/trunk/, 
edit the page 
(http://svn.apache.org/repos/asf/tomee/site/trunk/content/dev/source-code.mdtext)
 and submit us a patch through jira for instance.

Side note: we are happy to see your contribution hitting the mailing list with 
a mail too if you want (kind of "hey I contributed this, can you take it into 
account please"). Makes it more human and community friendly ;).

> [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: 2.0.0-Milestone-1
>
>         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