How to unsubscribe from this list?

2023-11-13 Thread Alex Orlov
Hi all,   I am trying to unsubscribe from this mailing list but I can’t do that. I’ve sent two messages to  ` users-unsubscr...@maven.apache.org ` but I still get messages from users mailing list.   Could anyone say how to unsubscribe?   -- Best regards, Alex Orlov

Re[2]: Getting logging messages in child process immediately

2021-06-23 Thread Alex Orlov
I still have no solution. Can anyone help me?     -- Best regards, Alex Orlov     >Вторник, 22 июня 2021, 11:47 +03:00 от Mantas Gridinas : >  >Try flushing or something equivalent   >On Tue, Jun 22, 2021, 10:44 Alex Orlov < ooo_satu...@mail.ru.invalid > wrote: >  >&

Getting logging messages in child process immediately

2021-06-22 Thread Alex Orlov
riting the event '" + event + "'." );     }     }     …..     }   Could anyone sat if there is any solution/flag to print log messages from child process on console immediately?       -- Best regards, Alex Orlov  

Re[2]: Maven-javadoc-plugin for JPMS modules when module name is different from artifactId

2021-06-05 Thread Alex Orlov
Yes,  'mvn compile javadoc:javadoc' helped. Thank you very much.     -- Best regards, Alex Orlov     >Воскресенье, 6 июня 2021, 1:20 +03:00 от Robert Scholte : >  >In case of modules, javadoc requires a compiles module descriptor, so try 'mvn >compile javadoc:javadoc

Maven-javadoc-plugin for JPMS modules when module name is different from artifactId

2021-06-03 Thread Alex Orlov
Hi all,   I have a sample project with two jpms modules. It is a maven project with one parent and two child modules. A parent pom: ... foo.api foo.impl ... API module pom: ... com.foo foo.api ... API module-info: module com.foo.api { requires org.slf4j; exports com.foo.api; }

Re[2]: How does surefire 3.0.0-M5 run JPMS with junit5?

2020-07-03 Thread Alex Orlov
org.junit" packages of course. >The class-path may be empty, or it contains only surefire libraries. >  >Try to copy the ITs and try to run "mvn test". It should work for you. >  >Cheers >T >    >On Fri, Jul 3, 2020 at 2:57 PM Alex Orlov < ooo_satu...@mai

How does surefire 3.0.0-M5 run JPMS with junit5?

2020-07-03 Thread Alex Orlov
n where is platform, engine etc.   -- Alex Orlov