Re: 'Invalid or missing parameters' problem when running plugin

2009-10-20 Thread aldana
ok, i got one step further. ${executedProject} is injected by plexus and related to the @execute mojo tag. adding it made the ${executedProject} available. see also http://www.docjar.com/docs/api/org/apache/maven/plugin/AbstractMojo.html under execute entry. aldana wrote: > > hi, > > i am us

Re: 'Invalid or missing parameters' problem when running plugin

2009-10-20 Thread aldana
I found the reason, I had a look at the maven jetty plugin source code and it says: /** * The maven project. * * @parameter expression="${executedProject}" * @required * @readonly */ protected MavenProject project; Unfortunately the stack trace doesn't say

'Invalid or missing parameters' problem when running plugin

2009-10-16 Thread aldana
hi, i am using mojo-executor extension (http://code.google.com/p/mojo-executor/) which i use for my custom plugin to call up jetty-maven-plugin. problem is that somehow properties are getting overridden, when the jetty plugin is called up: org.mortbay.jetty:maven-jetty-plugin. Reason: Invalid o