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

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



Your comments will be displayed only after manual approval.