On 7/14/05, Mick Knutson <[EMAIL PROTECTED]> wrote:
> I have the following setting in my ear-subproject/:
>
> maven.ear.appxml=${basedir}/src/conf/META-INF/application.xml
> maven.ear.appxml.generate=false
>
> and I have the following DIR:
>
> ./fastforward/ear-subproject/src/conf/META-INF/application.xml
>
> then I run maven from ./fastforward and there is no application.xml added to
> the ear at all.
When running maven,${basedir} is the location of project.xml.
You are running maven from ./fastforward and hence the value of
maven.ear.appxml is ./fastforward/src/conf/META-INF/application.xml
This is not the same as
./fastforward/ear-subproject/src/conf/META-INF/application.xml
> Can anyone help please?
--
http://www.multitask.com.au/people/dion/
"You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live." - George
Bernard Shaw
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]