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
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
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