Re: [m2] addition resources to an ear?

2007-12-27 Thread Stephane Nicoll
On Dec 27, 2007 5:54 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > First off, thank you SO MUCH for the response. It works like a charm. > > But, second, where is this documented? I assumed that the > declaration was the same with all modules, and now I find another directory > I needed to add. W

Re: [m2] addition resources to an ear?

2007-12-27 Thread Mick Knutson
First off, thank you SO MUCH for the response. It works like a charm. But, second, where is this documented? I assumed that the declaration was the same with all modules, and now I find another directory I needed to add. On Dec 27, 2007 8:41 AM, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > ju

Re: [m2] addition resources to an ear?

2007-12-27 Thread Tom Huybrechts
just put in src/main/application ? On Dec 27, 2007 5:39 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > Is this not possible? I really have a Oc4j requirement that I need to add > an > orion-application.xml into my ear. Can someone please help me add this? > > On Dec 26, 2007 12:47 PM, Mick Knutso

Re: [m2] addition resources to an ear?

2007-12-27 Thread Mick Knutson
Is this not possible? I really have a Oc4j requirement that I need to add an orion-application.xml into my ear. Can someone please help me add this? On Dec 26, 2007 12:47 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have this in my ear's pom.xml > > > > ${bas

Re: [m2] addition resources to an ear?

2007-12-26 Thread Wayne Fay
As documented [1], the EAR plugin uses /src/main/application by default. I'm not sure if it supports additional directives. http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html#earSourceDirectory Wayne On Dec 26, 2007 2:47 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have this in m

[m2] addition resources to an ear?

2007-12-26 Thread Mick Knutson
I have this in my ear's pom.xml ${basedir}/src/main/resources META-INF true but my orion.xml inside ${basedir}/src/main/resources does not get included into my ear. Can anyone help please? -- Thanks, Mick