Hi,
I created a maven project with archtype26 and aem instance 6.5.0. and added asset share commons ui.apps, ui content packages(1.9.4) in crxd using package manager in aem instance
I am adding asset share commons dependency to the maven project in parent pom.xml I added like this
![Vani1012_0-1656916276663.png Vani1012_0-1656916276663.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/42696i7D37DC97944EDDB3/image-size/medium/is-moderation-mode/true?v=v2&px=400)
in core pom.xml
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.core</artifactId>
</dependency>
in ui.apps
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.core</artifactId>
</dependency>
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.ui.apps</artifactId>
<type>content-package</type>
</dependency>
in addition I added a subpackage inside content-package-maven-plugin in ui.apps like this
![Vani1012_1-1656916485082.png Vani1012_1-1656916485082.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/42697i4F362B0C26D4AA13/image-size/medium/is-moderation-mode/true?v=v2&px=400)
its higlighted in red color in ui.apps pom.xml
but when I run the command mvn clean install -PautoInstallPackage its building sucsessfully. Can anyone help me on this.
Thanks,
Vani.
.