va
>
> but in our company I need a directory like
>
> src/main/com/companyname/
> src/test/com/companyname/
>
> How and where can I configure this.
> --
> View this message in context:
> http://www.nabble.com/How-and-where-can-I-change-the-standard-directory-t14978
Actually in Maven 2 the standard directory for SourceCode is:
src/main/java
but in our company I need a directory like
src/main/com/companyname/
src/test/com/companyname/
How and where can I configure this.
--
View this message in context:
http://www.nabble.com/How-and-where-can-I-change-the