You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gajo Csaba <cs...@cosylab.com> on 2009/12/02 16:48:57 UTC

Global shared memory

Hello,

Is there a way I can share some values between mojos, and so that they 
aren't Strings? I know that there is a mavenProject.getProperties() 
thing which can be used, but in this case I would like to share a HashMap.

Regards, Csaba




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Global shared memory

Posted by Stephen Connolly <st...@gmail.com>.
MavenSession?

2009/12/2 Gajo Csaba <cs...@cosylab.com>:
> Hello,
>
> Is there a way I can share some values between mojos, and so that they
> aren't Strings? I know that there is a mavenProject.getProperties() thing
> which can be used, but in this case I would like to share a HashMap.
>
> Regards, Csaba
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org