Stefan Seifert

Results 22 comments of Stefan Seifert

i'm running into the same problem - PR https://github.com/adobe/aem-project-archetype/pull/905 fixes it.

+1, i hit the same problem when developing the ITs for #323

i assume this is a duplicate of #550, #562 is my proposal to fix the issue see also https://github.com/mojohaus/versions-maven-plugin/issues/550#issuecomment-1043068835 about my rationale for the fix

i assume this is a duplicate of #550, #562 is my proposal to fix the issue see also https://github.com/mojohaus/versions-maven-plugin/issues/550#issuecomment-1043068835 about my rationale for the fix

i also prefer #248 over this approach @nhojpatrick probably best to close this PR to cleanup the PR list a bit?

> How does the maven-bundle-plugin behave if m2eclipse-tycho (https://github.com/tesla/m2eclipse-tycho) is installed as well (which can also deal with bundle packagings)? no idea, never tried. is this in broad use? do...

unit tests are already in place. the absence of this annotation does not change the result in unit tests. it would only be possible to test it in integration tests...

yes, this can definitely break applications relying on the "wrong" output of the ResponsiveGrid model. i do not see a benefit to switch models for simple/responsive layout - the output...

it should work as expected - there i an IT covering the behavior and evaluating the result: https://github.com/mojohaus/build-helper-maven-plugin/tree/master/src/it/timestamp-regex please run your maven build with debug output (-X) and check for...

i will come up with a PR based on the work of #713 as this is a behavior change the fix was not included in the PR for #713 but...