Re: Is there a plugin to check the standard directory layout?

2011-09-19 Thread Barrie Treloar
On Mon, Sep 19, 2011 at 9:18 PM, sebb wrote: >> I don't think the meta-information about locations is available to >> Maven from the plugins, each plugin defines its own configuration and >> Maven doesn't interpret that in anyway. >> You would have to bake each plugin's default layouts into your >

Re: Is there a plugin to check the standard directory layout?

2011-09-19 Thread sebb
On 19 September 2011 03:49, Barrie Treloar wrote: > On Mon, Sep 19, 2011 at 10:56 AM, sebb wrote: >>> The standard directories layout >>> http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html >>> lists what you are looking for. >> >> It lists only some of

Re: Is there a plugin to check the standard directory layout?

2011-09-18 Thread Barrie Treloar
On Mon, Sep 19, 2011 at 10:56 AM, sebb wrote: >> The standard directories layout >> http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html >> lists what you are looking for. > > It lists only some of the standard files and paths. > For example it does not li

Re: Is there a plugin to check the standard directory layout?

2011-09-18 Thread sebb
On 19 September 2011 01:01, Barrie Treloar wrote: > On Sun, Sep 18, 2011 at 9:39 PM, sebb wrote: >> Is there a plugin which can be used to check that a project is using >> the standard Maven directory layout? >> >> For example, src/main/java rather than src/java; src/changes/changes.xml etc. >> >

Re: Is there a plugin to check the standard directory layout?

2011-09-18 Thread Barrie Treloar
On Sun, Sep 18, 2011 at 9:39 PM, sebb wrote: > Is there a plugin which can be used to check that a project is using > the standard Maven directory layout? > > For example, src/main/java rather than src/java; src/changes/changes.xml etc. > > AFAICT. the verifier plugin could be used for this, but:

Is there a plugin to check the standard directory layout?

2011-09-18 Thread sebb
Is there a plugin which can be used to check that a project is using the standard Maven directory layout? For example, src/main/java rather than src/java; src/changes/changes.xml etc. AFAICT. the verifier plugin could be used for this, but: 1) the rules would have to be defined 2) the rules file