Hi,
Try with

/**
 * The Maven Session Object
 *
 * @parameter expression="${session}"
 * @required
 * @readonly
 */
 protected MavenSession session;

session.getExecutionProperties()

2010/5/20 Sessizlik <[email protected]>:
>
> Hi,
>
> How can I access command line properties via a Mojo SubClass.
>
> Now I had this:
>
>   /** @parameter default-value="${project}" */
>   private MavenProject mavenProject;
>
>
> However when I tried to get properties via mavenProject.getProperties(), I
> can not access command line properties that I passed.
>
> Any help?
>
> Thanks
>
> --
> View this message in context: 
> http://old.nabble.com/Mojo---Command-Line-Properties-tp28619934p28619934.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy
http://www.viadeo.com/fr/profile/olivier.lamy7

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to