RE: [M2] Configuration parameters for my Mojo(s)

2006-01-19 Thread John Wells
: Re: [M2] Configuration parameters for my Mojo(s) @parameter expression=skip default-value=false would fix the problem. On 1/17/06, John Wells [EMAIL PROTECTED] wrote: Does anyone have any help for me here? The basic problem is that my Mojo is not getting configured from the pom.xml file

RE: [M2] Configuration parameters for my Mojo(s)

2006-01-17 Thread John Wells
: Monday, January 16, 2006 7:54 AM To: Maven Users List Subject: RE: [M2] Configuration parameters for my Mojo(s) OK, I just found something else out: If instead I change the last execution for the plugin to be for phase package, then my variables get set properly. So, if my pom.xml instead has

Re: [M2] Configuration parameters for my Mojo(s)

2006-01-17 Thread dan tran
are below. Someone please help!!! John Wells (Aziz) [EMAIL PROTECTED] -Original Message- From: John Wells Sent: Monday, January 16, 2006 7:54 AM To: Maven Users List Subject: RE: [M2] Configuration parameters for my Mojo(s) OK, I just found something else out: If instead I

[M2] Configuration parameters for my Mojo(s)

2006-01-16 Thread John Wells
I have a plugin that defines a new packaging type. This is basically the same as the jar packaging type, except it does nothing in the test phase, has a special packaging phase (where some manifest entries are added) and an integration-test phase that runs an integration test. I am able to

RE: [M2] Configuration parameters for my Mojo(s)

2006-01-16 Thread John Wells
. It seems like the configurator is not working in the integration-test phase. John Wells (Aziz) [EMAIL PROTECTED] -Original Message- From: John Wells Sent: Monday, January 16, 2006 7:45 AM To: Maven Users List Subject: [M2] Configuration parameters for my Mojo(s) I have a plugin