Re: how to use maven-compiler-plugin

2006-01-10 Thread Brett Porter
Pablo wrote: > Hello everyone (this mail was sent to users@maven.apache.org but I > didn't get clear answer) It was the right place - you won't get any other answer here. If you still need help, please follow up the thread on users@ - Brett --

how to use maven-compiler-plugin

2006-01-10 Thread Pablo
Hello everyone (this mail was sent to users@maven.apache.org but I didn't get clear answer) I have the following project structure: /src/webapp/WEB-INF/src etc. /src/tests /src/integration-tests Junit tests are compiled automatically by setting the value below: src/tests/java Now I want to use