Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not a maven goal?
    1. debug
    2. install
    3. package
    4. clean
    5. None of these
Correct Option: A

clean, package, install are maven goals. Debug is used finding and resolving of defects.



Your comments will be displayed only after manual approval.