Hello Karl-Heinz, I thought you said appassembler would put configs wrongly into src/main/config instead of src/config. Now it seems the stuff is included in the artifact. IMO stuff going into the artifact should be beneath src/main while configs for e.g. plugins should go to src/config (say checkstyle excludes)..
Regards Mirko -- Sent from my mobile On Mar 14, 2014 10:58 PM, "Dennis Lundberg" <denn...@apache.org> wrote: > Hi, > > Did you change from src/main/config to src/config on purpose? > > In this case (i.e. when using the appassembler plugin) it really > should be src/main/config, because the contents of that directory will > end up in the main artifact. Similar to resources which might not be > required at compile time, but will be required at runtime. > > On Fri, Mar 14, 2014 at 6:45 PM, Karl Heinz Marbaise <khmarba...@gmx.de> > wrote: > > Hi, > > > > so based on the discussion we can conclude the result as follows: > > > > > > src/main > > * are files required during compile time (production) > > > > src/main/java > > src/main/resources > > src/main/filters > > > > > > src/test > > * are files required during test time (unit testing; based on naming > > schema we could also have integration tests here) > > > > src/test/java > > src/test/resources > > src/test/filters > > > > > > src/it > > * are files required during integration tests > > (primarily for plugins) > > > > src/assembly > > * for assembly descriptors and appropriate filter property files. > > > > src/config > > * for configuration files. > > > > src/main/filters > > * Resource filter files > > > > src/main/scripts > > * Application/Library scripts > > > > src/main/webapp > > * Web application sources > > > > src/site > > * Maven Site > > > > So the default folder layout site should be updated. > > > > src/it is currently not on the site in any way... > > > > > > Kind regards > > Karl-Heinz Marbaise > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >