RE: using maven.test.skip

2005-09-27 Thread Anthony Kong
! Thanks, Anthony -Original Message- From: Andy Glick [mailto:[EMAIL PROTECTED] Sent: Tuesday, 27 September 2005 12:34 PM To: Maven Users List Cc: 'Maven Users List' Subject: RE: using maven.test.skip At 08:32 PM 9/26/2005, Anthony Kong wrote: 2) To proceed, I hardcoded the value

RE: using maven.test.skip

2005-09-26 Thread Anthony Kong
[mailto:[EMAIL PROTECTED] On Behalf Of Andy Glick Sent: Monday, 26 September 2005 11:38 AM To: users@maven.apache.org Subject: Re: using maven.test.skip Anthony Kong wrote: Hi, all, I have written a custom plugin for a in-house project which will produce a ear file at the end

RE: using maven.test.skip

2005-09-26 Thread Andy Glick
At 08:32 PM 9/26/2005, Anthony Kong wrote: 2) To proceed, I hardcoded the value in the maven:set/ tag. It is something like: maven:set plugin=maven-test-plugin property=maven.test.skip value=true/ Then there is an runtime error: You must define an

using maven.test.skip

2005-09-25 Thread Anthony Kong
Hi, all, I have written a custom plugin for a in-house project which will produce a ear file at the end. There is a number of goals defined in this plugin. One of these is: goal name=projecct:ear-build description=Invokes ejb:install and war:install goal j:set var=maven.test.skip

Re: using maven.test.skip

2005-09-25 Thread Andy Glick
Anthony Kong wrote: Hi, all, I have written a custom plugin for a in-house project which will produce a ear file at the end. There is a number of goals defined in this plugin. One of these is: goal name=projecct:ear-build description=Invokes ejb:install and war:install goal j:set