Have you read the documentation on developing plugins? See [1]:
[quote]
The portion before the annotations is the description of the
parameter. The "parameter" annotation identifies the variable as a
mojo parameter. The "expression" parameter defines the default value
for the variable. This value can include expressions which reference
the project, such as "${project.version}" (more can be found in the
"Parameter Expressions" document). The name of the variable is used as
the name of the parameter.
[/quote]You could also browse through the source code of the maven plugins. It will give you a lot of information. [2] [1] http://maven.apache.org/plugin-developers/index.html [2] http://svn.apache.org/repos/asf/maven/plugins/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Sat, Sep 27, 2008 at 11:28 AM, dineshatit <[EMAIL PROTECTED]> wrote: > > Dear Reader, > I have developed plugin in maven. when executing that > plugin, value should pass to pom.xml > from plugin. bec i need to access the value in pom.xml (property) . > > Any Idea Guide Me !!!!!!!!!!!!!! > > -- > View this message in context: > http://www.nabble.com/Doubt-in-plugin-developing-tp19701184p19701184.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
