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 resources resource

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 resources 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]

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 Knutson

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 resources declaration was the same with all modules, and now I find another directory I needed to add.

[m2] addition resources to an ear?

2007-12-26 Thread Mick Knutson
I have this in my ear's pom.xml resources resource directory${basedir}/src/main/resources/directory targetPathMETA-INF/targetPath filteringtrue/filtering /resource /resources but my orion.xml inside

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 resource 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