Re: GitHub issues - switching technical tasks

2025-01-20 Thread Sandra Parsick
To avoid lots of spam mails during testing, I think, I should test it with a dummy Jira project. this will also impact in the future any test for data migration, that will have to avoid creating the testing noise: dummy Jira project can be useful for "unit test" of this feature, but we'll need

Re: GitHub issues - switching technical tasks

2025-01-20 Thread Hervé Boutemy
Le mardi 14 janvier 2025, 14:29:29 CET Sandra Parsick a écrit : > > I'm fine with that. I have to think about the testing because I cannot use > > the original Jira project because a test run would trigger new events in > > the original PR. This would be a waste. > > Coming back to the PR referen

Maven 4.0.0-rc-2 and m-install-p 4.0.0-beta-1

2025-01-20 Thread Anders Hammar
I've started to try out Maven 4 and have run into an issue with Maven 4.0.0-rc-2 and maven-install-plugin 4.0.0-beta-1. Are they supposed to be compatible or is it expected? [*ERROR*] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:4.0.0-beta-1:install *(default-install)* on p

Re: thought: allow exclude dependencies from parent in maven4?

2025-01-20 Thread Xeno Amess
issue in medello opened. https://github.com/codehaus-plexus/modello/issues/482 let's see what they would say. ps: a cheaper way is adding a post-modify plugin after the xsd generated, if you all think it better way, I can approach this way also. Xeno Amess 于2025年1月20日周一 16:21写道: > seems modello

Re: thought: allow exclude dependencies from parent in maven4?

2025-01-20 Thread Xeno Amess
seems modello does not support this feature yet... we need adding both sequence and attribute into complexType, like this: 4.0.0+ {@code combine.children}: available values are {@code merge} (default) and {@code append}. @see <a hr