Re: Potential contribution for Maven/JMeter

2007-10-05 Thread Dan Tran
since it is not likely a core plugin, it would go to codehaus or JMeter, the later is the preferred place since the core expertise is there. -D On 10/5/07, sebb <[EMAIL PROTECTED]> wrote: > A Danish company have been working on a Maven plugin for JMeter, and > are willing to contribute the code t

Potential contribution for Maven/JMeter

2007-10-05 Thread sebb
A Danish company have been working on a Maven plugin for JMeter, and are willing to contribute the code to either Maven or JMeter projects: http://www.nabble.com/Contribution--tf4578005.html Is this the sort of contribution that the Maven project would be interested in? Although it is targeted a

Re: Automatically updating the repository for MySQL Connector/J

2007-10-05 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Matthews wrote: > Hi folks, > > We've been handing you .jars for awhile, but I finally got our web team > to setup a rsync repository so that we can do this automagically. > > I have been working with Henri Yandell, through MAVENUPLOAD-1552, but

Re: Automatically updating the repository for MySQL Connector/J

2007-10-05 Thread Tomasz Pik
On 10/5/07, Mark Matthews <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi folks, > > We've been handing you .jars for awhile, but I finally got our web team > to setup a rsync repository so that we can do this automagically. > > I have been working with Henri Yan

Automatically updating the repository for MySQL Connector/J

2007-10-05 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, We've been handing you .jars for awhile, but I finally got our web team to setup a rsync repository so that we can do this automagically. I have been working with Henri Yandell, through MAVENUPLOAD-1552, but I wanted to see if you had any t

Re: Working with maven embedder

2007-10-05 Thread Jason van Zyl
On 5 Oct 07, at 12:59 AM 5 Oct 07, Insitu wrote: Hello, I am currently working on wrapping maven within another program, so I am using maven-embedder (2.0.4) and I did some evil hacks for resolving repositories: MavenEmbedder maven... Field em = maven.getClass().getDeclaredField("e

Re: Publishing Plugin Sites (was: Re: Plugins sandbox site)

2007-10-05 Thread Mauro Talevi
Wendy Smoak wrote: On 10/4/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: From: Wendy Smoak [mailto:[EMAIL PROTECTED] There is now (in v9) some config in the plugin parent for staging sites under maven-whatever-plugin-x.y-SNAPSHOT and I would like to get that trend started for plugin docs. Or at

Working with maven embedder

2007-10-05 Thread Insitu
Hello, I am currently working on wrapping maven within another program, so I am using maven-embedder (2.0.4) and I did some evil hacks for resolving repositories: MavenEmbedder maven... Field em = maven.getClass().getDeclaredField("embedder"); em.setAccessible(true); Plexus