Re: custom src path in maven-compiler-plugin

2010-04-20 Thread li...@bitfaeule.net
Thanks Wayne, that's very helpful. What if I wanted to create a single jar with test and implementation classes?   TIA   Jacques   Wayne Fay hat am 20. April 2010 um 02:19 geschrieben: > > by default it compiles everything under src/main/java/... which implies it > > doesn't compile the tests un

custom src path in maven-compiler-plugin

2010-04-19 Thread li...@bitfaeule.net
Hi folks, I'm having problems to make my compiler plugin compile a custom src path.   by default it compiles everything under src/main/java/... which implies it doesn't compile the tests under src/test/java/...   I would like my test cases to be included in the jar, so that I can run them from the