Note... src/plan/plan.xml is copied to target/plan/plan.xml by car:dependencies (car:prepare-plan now) and then car:package picks up target/plan/plan.xml to process.

Its not very intuitive IMO... but that is how it woks.

--jason


On Jul 25, 2006, at 1:08 PM, Aaron Mulder wrote:

On 7/24/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
There is a planFile config option in the mojos. So I suspect you may
specify a different location for the plan file. By default, it expects
the plan to be in target/plan/plan.xml.

How do I use this?  I put my plan at src/plan/geronimo-service.xml and
set the planFile to src/plan/geronimo-service.xml and I get:

[ERROR] ... Unable to find resource 'src/plan/geronimo-service.xml'

I assume I need some prefix like
${current-directory}/src/plan/geronimo-service.xml but I don't know
the name of the variable to use for that.  Or maybe that's not right?
What I'm looking for is to have the original plan at
src/plan/[real-plan-file-name] not src/plan/plan.xml so I just want to
tell the plugin to get it from there.

Also, where is the current source code for the car-maven-plugin?

Thanks,
   Aaron

Reply via email to