The default war and jar archetypes inside Netbeans don't create a src/test/resources and src/test/java directory.
Is there an easy way of creating src/test/resources inside a Maven project without going to the 'Files' tab or creating the directory manually ?
src/test/java gets created when you create a new unit test.
Most of the Netbeans Maven controls are really intuitive, but manually creating the directory is clumsy.