hi,

i am using maven compiler plugin. i havent mentioned anything related to
plugin in POM.xml

i have just used the command on command prompt
mvn compiler:compile
what is happening is , above command compiles the test classes also .
however which should not be the case

in my opinion, only main java source files should get compiled and when i
execute compiler:testcompile goal , then only test classes should get
compile

please suggest how to just compile main source files and skip test cases
compilation

regards

Reply via email to