Maven error in Jenkins: The goal you specified requires a project to execute but there is no POM in this directory
Problem Scenario As a developer, we usually start working on a project using an IDE of our choice. Hence, we initially execute maven goals like compile, package, deploy etc while working from the IDE in the project directory or workspace. When we try to run the same maven goals from...