I would like to change the name src/java to src/Javasource because of some CVS concerns Is that possible ?
You can set the sourceDirectory in the build tag of your POM
sourceDirectory
build
src/Javasource ...
Take a look at Maven - Introduction to the POM.