Re: maven-resolver git commit: Fix Checkstyle errors on package-info.java

2016-10-17 Thread Hervé BOUTEMY
uh, why is it ignoring // CHECKSTYLE_OFF: RegexpHeader? $ git branch * (détaché de 0dc0cca) 1.0.x master $ mvn deploy ... [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-resolver-api --- [INFO] Building jar: /home/herve/projets/maven/git/maven-resolver/maven- resolver-api/target/

Re: maven-resolver git commit: Fix Checkstyle errors on package-info.java

2016-10-17 Thread Robert Scholte
A little bit off-topic: the package + newlines are part of the license. That's not exactly correct. For the module-info(java9) you want to specify the license (and check for it), but it doesn't have a package. Better to split this up in 2 rules: license and package-declaration (module-info exc

Re: maven-resolver git commit: Fix Checkstyle errors on package-info.java

2016-10-17 Thread Michael Osipov
Am 2016-10-17 um 22:16 schrieb Hervé BOUTEMY: Le lundi 17 octobre 2016 21:41:07 Michael Osipov a écrit : Am 2016-10-17 um 21:27 schrieb Hervé BOUTEMY: just for the records: does not fix any errors reported by Checkstyle "// CHECKSTYLE_OFF: RegexpHeader" remains in the files to ignore the stand

Re: maven-resolver git commit: Fix Checkstyle errors on package-info.java

2016-10-17 Thread Hervé BOUTEMY
Le lundi 17 octobre 2016 21:41:07 Michael Osipov a écrit : > Am 2016-10-17 um 21:27 schrieb Hervé BOUTEMY: > > just for the records: does not fix any errors reported by Checkstyle > > > > "// CHECKSTYLE_OFF: RegexpHeader" remains in the files to ignore the > > standard header check (that cannot be

Re: maven-resolver git commit: Fix Checkstyle errors on package-info.java

2016-10-17 Thread Michael Osipov
Am 2016-10-17 um 21:27 schrieb Hervé BOUTEMY: just for the records: does not fix any errors reported by Checkstyle "// CHECKSTYLE_OFF: RegexpHeader" remains in the files to ignore the standard header check (that cannot be applied to package-info.java) Do you still have errors? I was not able t

Re: maven-resolver git commit: Fix Checkstyle errors on package-info.java

2016-10-17 Thread Hervé BOUTEMY
just for the records: does not fix any errors reported by Checkstyle "// CHECKSTYLE_OFF: RegexpHeader" remains in the files to ignore the standard header check (that cannot be applied to package-info.java) Regards, Hervé Le dimanche 16 octobre 2016 20:25:16 micha...@apache.org a écrit : > Repo