I too faced similar issue. My POMs look good. Repo info defined in settings.xml. But still got issue.Tim you mentioned - "explicitly invoke 'adobe-public' as a profile on the build"This did the trick for me.
Recently we faced similar issue with our implementation.After lot of analysis and search we did following which did the trick: - In pom.xml we added exclude statement <exclude>apps/myapp/i18n/**</exclude> - In filters we added exclude statement <exclude pattern="/apps/myapp/i18n" />This did ...
Hi from snapshot that you posted i could make out:SDI jar which is being referenced is Version2.2.1 SNAPSHOT.jarHowever SDI which is deployed and active is of version 2.0.4 as mentioned in your POM.xmlThis SDI jar is being referenced to your apps folder (you didn't deployed SDI jar file to OSGi laye...