Re: Enforce rules defined outside the pom.xml or its parent

2019-04-06 Thread martindaloia
@Bernd and @Anthony, thanks to both for the suggestions and sorry for the delayed reply (I didn't have an email notification as I was not subscribed). @Bernd: Thanks for pointing out that issue, I wasn't aware of it. Though, it seems to be only useful for execute rules with the default config an

RE: EXTERNAL: Re: maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux

2019-04-06 Thread Marlow, Andrew
Thank you for the responses. I found how what was wrong. I was using a version of maven assembly plugin that was too old. On changing it from 2.4 to version 2.5.2 it started working. Well, almost. There is still an issue. The network I am using is unreliable, so sometimes the sign command fails

Re: Surefire plugin with multi-release?

2019-04-06 Thread Tibor Digana
the XML works with IDEA 14 (not higher). Feel free to update the codestyle XML for IDEA 18+. On Sat, Apr 6, 2019 at 8:52 AM Tibor Digana wrote: > Mark, do not forget to update documentation with certain usecase(s). > Configure your tool (prefer IntelliJ IDEA) with code style, see the > instruct

Re: Surefire plugin with multi-release?

2019-04-06 Thread Tibor Digana
Mark, do not forget to update documentation with certain usecase(s). Configure your tool (prefer IntelliJ IDEA) with code style, see the instructions in https://maven.apache.org/developers/conventions/code.html# IntelliJ_IDEA_4.5.2B and download https://maven.apache.org/developers/maven-idea-codest

Re: Surefire plugin with multi-release?

2019-04-06 Thread Tibor Digana
Mark, provide a patch including the unit tests in pull request on GitHub. We are spending the time with tasks related to our long standing plan. On Fri, Apr 5, 2019 at 10:35 AM Robert Scholte wrote: > I think what Mark means is a jdkToolchain parameter[1] like > maven-compiler-plugin. > This way