[Plugin Development] mvn hpi:run doesn't fully register the plugin

Hi
I’m looking into plugin dev and although I think I’m following the proper steps, something isn’t working right. :slight_smile: (I did watch some of the Modernize Plugin videos, but I didn’t find anything explaining my behaviour)

I’m trying to start the openstack plugin using mvn hpi:run command, and although the Jenkins test instance boots properly and the plugin seems to be installed, the new Credential type isn’t available, and the Create cloud link isn’t available, as if installation of the plugin wasn’t fully done.
I checked the logs, and no error stood out.

Are there extra steps to run to fully setup a plugin using mvn hpi:run ?

Thanks