Google News
logo
Java Maven - Interview Questions
List out the build, source and test source directory for POM in Maven?
* Build = Target
* Source = src/main/java
* Test = src/main/test

Advertisement