Re: Plugin parameter missing

2007-06-03 Thread Kenney Westerhof
Hi, Timothy Reilly wrote: I'm not sure how to tell what happened, or if this is intended behavior / keywords in plugin parameters? Within my FoobarMojo I declare: /** * @parameter expression="${ws.config.root" default-value="${was.home}/config"

Plugin parameter missing

2007-05-29 Thread Timothy Reilly
I'm not sure how to tell what happened, or if this is intended behavior / keywords in plugin parameters? Within my FoobarMojo I declare: /** * @parameter expression="${ws.config.root" default-value="${was.home}/config" */ protected String wsConfigRoot And when I run mvn -X FoobarMojo:co