saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

Move resources out of src/main/java from simplesample project #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this Maven 1 or Maven 2?

Maven2.

It is maven best practice to have all resources stored in the 
src/main/resources directory and not 
in src/main/java as the simplesample currently does.

This is a patch to move these resources files to src/main/resources .

All tests still pass after this changer.

Cheers,
Nick Pellow

Original issue reported on code.google.com by npel...@gmail.com on 23 Feb 2009 at 12:04

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, I will apply.

Original comment by charlie....@gmail.com on 24 Feb 2009 at 5:55

GoogleCodeExporter commented 9 years ago
Applied to simplesample and simpledatasample in trunk.

Original comment by charlie....@gmail.com on 30 Mar 2009 at 3:54

GoogleCodeExporter commented 9 years ago
In 2.0-RC1. 

Original comment by charlie....@gmail.com on 3 Apr 2009 at 1:16