활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi,
I am trying to install 2 packages on AEM Package manager Console: CIF Connector and CIF Core Components (latest version)
After a successful build with the command: mvn -PautoInstallPackage -Padobe-public clean install. Packages are not appearing on the Package Manager. Please suggest what can be the reason.
Thanks,
Heena
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hello @Heena91,
There could be many reasons for this for example you can check if the modules you're trying to install are a part of parent pom.xml:
<modules>
<module>core</module>
<module>ng-app</module>
<module>ui.apps</module>
<module>ui.content</module>
<module>ui.permissions</module>
<module>oak-index-definitions</module>
</modules>
Also check if the profile autoInstallPackage and adobe-public inside ui.apps has a 'install' goal defined. Please re-run the maven command using debug mode example 'mvn -X -PautoInstallPackage -Padobe-public clean install' to check what is happening.
Jineet
Hello @Heena91,
There could be many reasons for this for example you can check if the modules you're trying to install are a part of parent pom.xml:
<modules>
<module>core</module>
<module>ng-app</module>
<module>ui.apps</module>
<module>ui.content</module>
<module>ui.permissions</module>
<module>oak-index-definitions</module>
</modules>
Also check if the profile autoInstallPackage and adobe-public inside ui.apps has a 'install' goal defined. Please re-run the maven command using debug mode example 'mvn -X -PautoInstallPackage -Padobe-public clean install' to check what is happening.
Jineet
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수