Solved
Failed to execute goal com.day.jcr.vault:content-package-maven-plugin:1.0.4:install
Cannot access package file

Any Suggestion for this
Cannot access package file

Any Suggestion for this
Hi @syed1111 ,
Looks like you are trying to install jar file as a zip.
Please check below in your POM file
<artifactId>name.of.your.package.core</artifactId> <packaging>bundle</packaging> <name>Name - Core</name> <description>Core bundle for Name</description>
Packaging should be defined as "bundle"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.