As seen in the documentation:
http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html
The configuration you are looking for is "earSourceDirectory" which
defaults to ${basedir}/src/main/application. Try putting your file
there.
Wayne
On 10/10/07, Sonar, Nishant <[EMAIL PROTECTED]> wrote:
> Hi
>
>
>
> I want to add a file 'aop.xml' to ear in the META-INF folder, is it
> possible through
>
> Maven-ear-plugin?
>
>
>
>
>
> xxx.ear
>
> |
>
> |---META-INF
>
> |
>
> |----application.xml
>
> |---aop.xml (want toad this file here)
>
> |---abc.war
>
> |---pqr.war
>
>
>
> Pleas help
>
>
>
> -Nishant
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]