Something like this:
<code>
// MyMojo.java
/**
* The Maven project
* @parameter expression="${project}"
* @required
*/
private MavenProject project;
[...]
public void execute()
throws MojoExecutionException
{
[...]
project.getProperties().put("propertyAvailableHereafter", actualValue);
[...]
}
}
</code>
Hope this helps,
c.
--
Carlo Sciolla - http://www.skuro.tk
Software Engineer at Sourcesense - Making sense of open Source
(http://www.sourcesense.com)
Linux User #372086
\|/
-(o< -- I'm a punk, dude!
//\
V_/_
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]