content-package-maven-plugin Dependency issue AEM 6.3 app
Trying to compile a app build on AEM 6.3 created with old archetype template. Initially it showing error for <groupId>com.day.jcr.vault</groupId><artifactId>content-package-maven-plugin</artifactId> since the version was 0.5.1 so I updated it to 1.0.4 but now it show error on <packaging> tag of application module pom on below section.
When I hover over the <packaging> tag below description in VSCode IDE.
<packaging>
The type of artifact this project produces, for example jar war ear pom. Plugins can create their own packaging, and therefore their own packaging types, so this list does not contain all possible types.
I did google and it only show for mismatch dependency version but could not find which dependency is causing <packaging> tag issue.
