Put our non-source resources into src/main/resources to comply with the
standard Maven layout. I'm not a huge fan of that separation, particularly now that it's de rigueur to ship your sources with your class files. In such circumstances, one could imagine just copying the entire contents of src/main/java into target/classes and being done with it. Class files, XML files, propert files, etc. are all packaged up together into one happy jar file of goodness. Then you don't have extra files off in src/main/resources being demure and hard to notice. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2849 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
Reference in New Issue
Block a user