You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stanley Lee <ma...@gmail.com> on 2008/04/01 15:58:36 UTC

Re: maven plugin question

Put it in src/main/resources

On Fri, Mar 28, 2008 at 11:51 AM, Guillaume Boucherie <
guillaume.boucherie@gmail.com> wrote:

> Hi all,
>
> I want to make a maven2 plugin for selenium-grid.
> This selenium tools try to read a file named "grid_configuration.yml" at
> the
> root of the classpath with ClassLoader.getResources().
> In my plugin I create a "grid_configuration.yml" file but how can I had it
> to the classpath ?
> Thanks
>
> Guillaume B.
>