Konrad Windszus
Konrad Windszus
Also the readme should be clarified that the plugin needs to be loaded with extensions in order to leverage the Plexus component https://github.com/adobe/aemanalyser-maven-plugin/blob/8ce79c3165b0395ca44677ef960c4b25fc4b36be/aemanalyser-maven-plugin/src/main/java/com/adobe/aem/analyser/mojos/DependencyLifecycleParticipant.java#L51.
Probably the same issue as once resolved in #129.
Just as an addition: We use the latest version of JD-Eclipse Realign (1.1.1) in Eclipse 4.2 SR1 under Mac OS 10.8. Another remark about the demo application attached above: It...
The exception message does unfortunately not even expose in which bundle's initial content the problem lies...
Turned out this happens when (not deliberately) embedding `aem-sdk-api` itself in the container package. Although clearly a mistake with building the package this should lead to a better error message.
@justinedelson Thanks for that hint, I wasn't aware of that option. I have two concerns with that option 1. It will distribute sensitive information on the hard disk as it...
This is a nice improvement. Still I would like to have a mapping from imsContextName to programId built int aio-cli-plugin-cloudmanager . That way you only have to establish the mapping...
@adamcin Please have a look
For me the packaging with `maven-assembly-plugin` as `tar.gz` is unclear (https://github.com/adobe/aem-test-samples/blob/1bbacb80c794ce055efa4054103ca953b32b1f12/ui-selenium-webdriver/pom.xml#L81) as that artifact is neither used at all for the docker build/execution nor for the standalone execution. Can you...
I would strongly suggest then to put something which is only necessary for Cloud Manager in a dedicated profile only activated on Cloud Manager then. Otherwise every local build takes...