Hi,

Regarding the FAQ, the second entry is wrong.

<snip>
The EAR Plugin throws an exception when encountering artifact files it
is unfamiliar with, i.e. JBoss' har files. How does one handle this?

Apparently, the EAR Plugin must be able to recognize an artifact in
order to configure it. If you know archives which are not supported by
the EAR Plugin, please file an issue in jira.
</snip>

The EAR plugin ships with a custom artifact mapping. This information
is missing in the staging site:
http://maven.apache.org/plugins/maven-ear-plugin/introduction.html

So to allow an Har file, you simply need to map it to some known
artifact's type.

<configuration>
         <artifactTypeMappings>
           <artifactTypeMapping type="har" mapping="jar"/>
         </artifactTypeMappings>
</configuration>

http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch13.html

Otherwise, this is really really good!!

Thanks,
Stéphane






On 7/31/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote:

Hi,

I've made some changes to the documentation of the EAR plugin and would
like to hear your inputs about it.

- made the plugin docck-compliant
- separated the usage examples into separate example pages
- added an faq page
- added some single project examples

A staging site is currently available at
http://people.apache.org/~epunzalan/maven-ear-plugin

Thank you for taking some time to review it.


^_^



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
.::You're welcome ::.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to