[
https://issues.apache.org/jira/browse/MEAR-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17959019#comment-17959019
]
Matthias Bünger commented on MEAR-137:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-ear-plugin#328|https://github.com/apache/maven-ear-plugin/issues/328].
> Support for JEE Application Clients
> -----------------------------------
>
> Key: MEAR-137
> URL: https://issues.apache.org/jira/browse/MEAR-137
> Project: Maven EAR Plugin (Moved to GitHub Issues)
> Issue Type: New Feature
> Environment: any
> Reporter: Pablo Rodriguez
> Assignee: Stephane Nicoll
> Priority: Major
> Fix For: 2.6
>
> Attachments: maven-ear-plugin
>
>
> Currently the maven ear plugin only supports JEE application clients by
> defining them as jarmodules with <includeInApplicationXML>true</true>. This
> is a bit to hacky as Applicaiton client modules are first class EAR citizens
> as ejb, war and rar modules.
> The patch provided here is half of my attempt to upgrade this application
> client modules to be maven ear first citizens.
> I have created a maven-car-plugin defining a packaging type 'car' (in same
> manner as war, ejb or rar).
> http://code.google.com/p/maven-car-plugin/
> The patch provided here, adds support to maven-ear-plugin to recognize the
> 'car' packaging type, include the artifact in the root of the ear and adds
> the corresponding entry to application.xml
> Note that i would like this to be temporary and would prefer to see the car
> packaging type, the maven-car-plugin be core maven plugins with gorupid
> org.maven.plugins as there is no reason for application clients not having
> same support as war, ejb or rar modules.
> I feel this extra module, packaging type and plugin are needed as confusion
> has been arising around application clients
> http://jira.codehaus.org/browse/MEAR-46
> http://jira.codehaus.org/browse/MEAR-40
> Pablo
--
This message was sent by Atlassian Jira
(v8.20.10#820010)