I am trying to install a zipped update site plugin which I deployed it to my local artifactory using the below pom entry, the packaging structure of this pom is eclipse-repository
It got successfully deployed in the below format:
Notice that in the above image the zip has content.jar and artifact.jar which is necessary as referred to many solutions to install it from a zip. Also, I am using the p2 repository structure of neon2.
But when I am trying to install it into my RCP application, it is giving me the below given error
One observation that I had was, when I place the Update Site plugin in unzipped format in my local artifactory, then it successfully gets installed in my RCP application.
Can someone please help me out how to install it from a zipped update site where it has the content.jar, artifact.jar and plugin jar? If not could you please help me with the deployment process using the structure of p2 repository and not deploy it in zipped format.