You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Kariem Hussein (JIRA)" <ji...@apache.org> on 2015/04/29 12:10:05 UTC

[jira] [Commented] (TOMEE-1566) [tomee-maven-plugin] Allow for name customizations for .rar apps

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

Kariem Hussein commented on TOMEE-1566:
---------------------------------------

Thank you for handling this so quickly. However, I cannot find the commit on develop.

I would rather think this issue should be considered a bug fix: if you can deploy a .rar file without customization and it works without problems, it should not be ok to deliberately change the suffix, if you actually want a very specific package name.

> [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: Improvement
>          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)