After developing a Java application, I ran the command
mvn clean install
the build resulted in SUCCESS. Now, I tried to run the app in the local environment with the command
mvn scp:clean scp:push -pl application
It resulted in the error as below.
No plugin found for prefix 'scp' in the current project and in the plugin groups
Can someone please help me?
Thanks, Sankeerth