On 10/25/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> On Tue, 2005-10-25 at 10:41 +0200, jerome lacoste wrote:
> > Here are a small set of m2 plugins I've developped which are missing
> > in the confluence Plugin Matrix page. Please update the page.
> >
> > Here's the list
> > - exec-maven-plugin: to execute programs (with some features for
> > classpath management)
>
> Did you guys sort out which one is going to be used long term? The
> execute or exec plugin? We should probably lean toward usings commons-
> exec. Is that what you're using?

- execute and exec are not solving the exact same problem. I've put
some notes in exec-maven-plugin/NOTES about potential merge. Not sure
they will be merged.
- today plexus-utils cli and commons-exec are mostly similar.
commons-exec will go throught several changes, so I prefered to keep
using plexus-utils until commons-exec stabilizes

> > - keytool-maven-plugin: only generate keystores right now
>
> Are you aware of the plexus component that brett started for dealing
> with keys and keystores?

No idea. That mean I will have to change the implementation to use his
plexus component, right?
I also wrote jar signing (MNG-1130), implemented around jarsigner.

The keytool plugin and the jar signing are reused by the webstart plugin.

> http://svn.plexus.codehaus.org/trunk/plexus-components/plexus-password-
> store/
>
> Might want to take a peek at that first.

Justed look at it.
Just handles password right know. So it's not in a state I can reuse.
Brett do you plan to add key generation?
Anything you can reuse from my plugins?

> > - webstart-maven-plugin: to generate webstart 'packages' (sign jars,
> > pack200, generate JNLP files)
>
> I'll add this one later on today. I think the two above there need some
> syncing with other code before being added to the matrix. If you've
> already chatted with Jesse then just ping me and I'll add whatever is
> needed to the matrix. I'm in IRC.

I will talk again with Jesse. Thanks.

> > All:
> > - are in the mojo-sandbox.
> > - are in alpha status but usable
>
> Ok, cool.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to