Re: passing objects between plugins

2011-04-08 Thread Justin Edelson
On Fri, Apr 8, 2011 at 3:48 PM, Wayne Fay  wrote:
>> phase). I've done similar things using execution properties in the
>> MavenSession object, but this only support String values. Is there
>> some other data structure which can be used to pass something other
>> than a String?
>
> I was going to suggest via the MavenSession object... so I guess I
> can't help here. If you find a solution, post back.
>
> (Couldn't you arguably serialize your object as a string?)

I'm effectively doing this already by saving an XML representation of
the object in the target directory, but I thought something more
direct would be nicer looking :)

>
> Wayne
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

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



Re: passing objects between plugins

2011-04-08 Thread Wayne Fay
> phase). I've done similar things using execution properties in the
> MavenSession object, but this only support String values. Is there
> some other data structure which can be used to pass something other
> than a String?

I was going to suggest via the MavenSession object... so I guess I
can't help here. If you find a solution, post back.

(Couldn't you arguably serialize your object as a string?)

Wayne

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