Re: [VOTE] Require Java 17 for Maven 4

2024-02-29 Thread Enrico Olivelli
+1 (Non binding) Enrico Il Gio 29 Feb 2024, 09:01 Tim te Beek ha scritto: > +1 from occasional contributor > > Would unblock phasing out more utils methods & dependencies. > > On Thu, Feb 29, 2024 at 8:53 AM Thomas Matthijs wrote: > > > +1 > > > > > > On Wed, Feb 28, 2024, at 08:30, Benjamin

Re: Surefire leaking ClassMethod

2023-07-11 Thread Enrico Olivelli
d where I would add such test? > > > > > > I would even dedicate my personal time into proposing a fix if I can > > > get some basic understanding about this. > > > > > > > > > Is there a chat channel I can ask questions about the codebase? or the > &g

Re: Surefire leaking ClassMethod

2023-07-11 Thread Enrico Olivelli
Clebert, Il Mar 11 Lug 2023, 15:55 Clebert Suconic ha scritto: > created a JIRA: > > https://issues.apache.org/jira/browse/SUREFIRE-2186 Thanks. Would you have time to contribute a fix? Enrico > > > On Tue, Jul 11, 2023 at 9:33 AM Clebert Suconic > wrote: > > > > You guys need to be

Re: Maven 3.8 Difference between thread count and forkcount for suitsAndClasses parallelism

2022-06-07 Thread Enrico Olivelli
Debraj, each module is running surefire independently. I hope that this explains the behavior you are seeing Enrico Il giorno mar 7 giu 2022 alle ore 15:28 Debraj Manna ha scritto: > > I have asked the same in stackoverflow >

Re: surefire and system.exit

2021-07-28 Thread Enrico Olivelli
Tim, Usually I set a SecurityManager that prevents calls to System.exit. You will have to allow Surefire (and probably also your IDE test runner) to allow to use System.exit. Enrico Il giorno mer 28 lug 2021 alle ore 16:18 Tim Allison ha scritto: > All, > > I'm trying to upgrade the surefire

Re: apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-16 Thread Enrico Olivelli
n (core), we use a > dedicated assembly descriptor instead of the generic one [1] > thank you very much very clear Enrico > HTH > > Hervé > > [1] > https://github.com/apache/maven/blob/master/apache-maven/src/assembly/maven/component.xml > > Le lundi 14 juin 2

apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-14 Thread Enrico Olivelli
Hello, It looks like following this guide in order to create a good "source bundle" for an ASF Project (in this case Apache Pulsar) leads to a strange behaviour. https://maven.apache.org/apache-resource-bundles/ Basically some files miss the 'executable' flag, this way when the user unpacks the

Re: Why does Maven Shade relocate modify unrelated classes?

2021-05-21 Thread Enrico Olivelli
Alexander, thank you for moving forward with this and come to provide a patch I am generally +1 with the patch, but I left some comment https://github.com/apache/maven-shade-plugin/pull/95 let's follow up on the PR Enrico Il giorno ven 21 mag 2021 alle ore 11:41 Alexander Kriegisch ha

Re: Trying out new verbose dependency tree: very slow result

2021-05-03 Thread Enrico Olivelli
best ~~~ > > Lord Baden-Powell > > > On Mon, May 3, 2021 at 2:02 PM Enrico Olivelli wrote: > > > Il giorno lun 3 mag 2021 alle ore 13:56 Nick Stolwijk > > ha scritto: > > > > > > Hi Enrico, > > > > > > It looks like it is trying

Re: Trying out new verbose dependency tree: very slow result

2021-05-03 Thread Enrico Olivelli
Il giorno lun 3 mag 2021 alle ore 13:56 Nick Stolwijk ha scritto: > > Hi Enrico, > > It looks like it is trying to update the world while using repositories I > can't explain. ;-) Do you have references to several third party repositories ? it looks like https://nexus.example.com is not a good

Re: Trying out new verbose dependency tree: very slow result

2021-05-03 Thread Enrico Olivelli
Nick, are you able to see what is doing Maven in those 30 minutes ? you can run with the "-X" flag to see Maven debug also using jstack may be a good starting point if logs do not help. Cheers Enrico Il giorno lun 3 mag 2021 alle ore 13:43 Nick Stolwijk ha scritto: > > Hi folks, > > I was

Re: maven release process and Integration test artifact version tracking

2021-04-23 Thread Enrico Olivelli
Zos, you can also use preparationGoals and completionGoals in order to update any other file that it is not in the pom.xml file https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html This is an example of usage in Apache ZooKeeper project:

Re: Using Internal Api's (jdk.javadoc) with Maven

2020-10-19 Thread Enrico Olivelli
Brandon, which JDK are you using ? I have a finding that is related to your issue and probably the solution will be in common. While testing the Apache ZooKeeper project in the scope of the Quality Outreach JDK project I have encountered this issue and we are still investigating.

Re: 'mvn clean test' crashes

2020-10-09 Thread Enrico Olivelli
return; } wrapped.checkPermission(perm); } } Il giorno ven 9 ott 2020 alle ore 09:19 Mukul Gandhi ha scritto: > On Wed, Oct 7, 2020 at 9:09 PM Enrico Olivelli > wrote: > > > A good approach to workaround the presence of third party libraries th

Re: 'mvn clean test' crashes

2020-10-07 Thread Enrico Olivelli
A good approach to workaround the presence of third party libraries that call System.exit is to set a SecurityManager that prevents calls to System.exit. I did it a few times with good results. You will have to allow well known libraries like Eclipse test runner or Surefire itself Just my 2 cents

Re: Maven Plugins & Confusing Versioning

2020-10-03 Thread Enrico Olivelli
Lukas, The general rule is that we are not releasing unstable versions so it is generally safe and good to upgrade to lasted version. The 3.x means that the plugin is compatible with Maven 3.x (if you see 2.x than it should work with Maven 3. But it was released when the reference Maven version

Re: Strange maven sonar download warning?

2020-08-30 Thread Enrico Olivelli
Il Dom 30 Ago 2020, 05:52 Dan Tran ha scritto: > don't see similar warnings when using with sonar-maven-plugin-3.6.x > > -D > > On Sat, Aug 29, 2020 at 8:13 PM Dan Tran wrote: > > > > > Hello to all > > > > I am seeing the bellow warning at my build with no build failure. Wonder > > if anyone

Re: New release of release plugin

2020-08-05 Thread Enrico Olivelli
I have added a comment to the PR. Robert also did and the contributor is waiting for Robert's feedback Enrico Il Mer 5 Ago 2020, 10:42 Konrad Windszus ha scritto: > Hi, > as the last release of the m-release-plugin (3.0.0-M2) failed due to > https://issues.apache.org/jira/browse/MRELEASE-1042

Re: 'mvn clean test' crashes

2020-07-01 Thread Enrico Olivelli
I suggest you to debug that test, with an IDE or just by adding some System.out.println Enrico Il Mer 1 Lug 2020, 09:41 Mukul Gandhi ha scritto: > Hi Enrico, > > On Wed, Jul 1, 2020 at 11:34 AM Enrico Olivelli > wrote: > > > Can you try to run one test at a time and see w

Re: 'mvn clean test' crashes

2020-07-01 Thread Enrico Olivelli
Can you try to run one test at a time and see which test is crashing your build? Use mvn test -Dtest=NameOfTheTestClass Enrico Il Mer 1 Lug 2020, 07:37 Mukul Gandhi ha scritto: > Hi Enrico, > > On Wed, Jul 1, 2020 at 10:47 AM Enrico Olivelli > wrote: > > > > Are

Re: 'mvn clean test' crashes

2020-06-30 Thread Enrico Olivelli
Mukul Are you walking System.exit or System.halt in your tests? Enrico Il Mer 1 Lug 2020, 07:09 Mukul Gandhi ha scritto: > Hi all, > I've been facing some problem during last few weeks, when using the > 'mvn clean test' command to run unit tests within my Maven project. At some > point

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Enrico Olivelli
f you could attach a simple reproducer for the problem. If you know surefire codebase it would also help a lot to create the reproducer as an integration test Thanks Enrico > > On Sat, Jun 13, 2020 at 12:41 AM Enrico Olivelli > wrote: > > > Jeff > > > > Il Sab

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-12 Thread Enrico Olivelli
Jeff Il Sab 13 Giu 2020, 00:15 Jeff Jensen ha scritto: > I looked for this issue in JIRA but haven't found anything yet. Anyone > know if this has been reported and/or fixed? > > Our scenario is a failure occurs at startup of tests but Surefire doesn't > fail the build. Specifically, Spring

Re: Recent troubles with release:prepare

2020-05-06 Thread Enrico Olivelli
Il Mer 6 Mag 2020, 08:29 Francesco Chicchiriccò ha scritto: > Hi Enrico, > see my replies below. > > Regards. > > On 2020/05/04 21:18:26, Enrico Olivelli wrote: > > Francesco, > > which version of Maven are you using ? (you told you have tried different > &g

Re: Recent troubles with release:prepare

2020-05-04 Thread Enrico Olivelli
Francesco, which version of Maven are you using ? (you told you have tried different Maven versions) what is so special in skipTests profile ? did you update to latest version of Apache Parent pom ? which version of the release plugin are you using ? Enrico Il giorno lun 4 mag 2020 alle ore

Re: Maven Surefire Forked Test Execution in a multimodule project

2020-04-09 Thread Enrico Olivelli
Manna Il Gio 9 Apr 2020, 13:09 Debraj Manna ha scritto: > Hi > > I am reading the maven surefire documentation > < > https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html > > > about > the forked test execution. It states > > *The default

[ANN] Apache Maven Checkstyle Plugin 3.1.1 Released

2020-02-23 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 3.1.1 The Checkstyle Plugin generates a report regarding the code style used by the developers. For more information about Checkstyle, see http://checkstyle.sourceforge.net/. This version of

Re: versioning by hashes to speedup multi-module build (a'la nix package manager)

2020-02-02 Thread Enrico Olivelli
(Apologises for top posting ) This thread is about a bunch of requested features (cache and parallel executions of mojos) that we have been discussing on dev@ mailing list. As said in this thread the first show stopper for Maven is that we do not have a clear definition of input and outputs for

Fwd: Unexpected behavior in maven

2020-01-23 Thread Enrico Olivelli
-- Forwarded message - Da: Enrico Olivelli Date: Gio 23 Gen 2020, 14:01 Subject: Re: Unexpected behavior in maven To: Oleg Kiktev Cc: Oleg Do you Havel this problemi in your IDE or even using Maven from the command line? What does dependency:tree report? Enrico Il Gio 23

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-18 Thread Enrico Olivelli
Il sab 18 gen 2020, 22:27 Hervé BOUTEMY ha scritto: > Le samedi 18 janvier 2020, 14:24:29 CET Enrico Olivelli a écrit : > > Hervé > > I don't know why but my change works as expected. > > > > I really can't change the artifact id of the main parent pom becaus

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-18 Thread Enrico Olivelli
zookeeper-*.tar.gz output > > HTH > > Hervé > > [1] https://issues.apache.org/jira/browse/MNG-5001 > > [2] > https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/ > > Le vendredi 17 janvier 2020, 17:37:52 CET Enrico Olivelli a écrit : > &g

Re: Question about Apache Parent Pom and source-release-assembly

2020-01-17 Thread Enrico Olivelli
Self answer, I have cloned the execution but I have reused the common assembly descriptor. It is a trade off but it works https://github.com/apache/zookeeper/commit/9053f7c431bb17ed79c2be129b6ba4ba18d15ab1 Enrico Il giorno ven 17 gen 2020 alle ore 08:50 Enrico Olivelli < eolive...@gmail.com&

Question about Apache Parent Pom and source-release-assembly

2020-01-16 Thread Enrico Olivelli
Hi, In Apache ZooKeeper community we want to switch to using the "source package" generated by the apache parent pom with the execution of "source-release-assembly". https://github.com/apache/maven-apache-parent/blob/master/pom.xml#L381 What is the *best* way to achieve these goals (without

Re: Publishing Maven site as an docker image

2019-12-23 Thread Enrico Olivelli
Hi What's the purpose of this new image? Can you explain better please? There is a mojo, site:run to run the website, so it should be easy to do what you want. Anyway the site is static so you can copy it to any web server You can also deploy automatically the site via sftp or any provider

Re: is there a maven plugin to identify ancient pom dependencies

2019-12-21 Thread Enrico Olivelli
Something like this: https://www.mojohaus.org/versions-maven-plugin/display-dependency-updates-mojo.html Hope that helps Enrico Il sab 21 dic 2019, 18:31 mark ha scritto: > On 2019-12-20 13:39, Marlow, Andrew wrote: > > > > Hello everyone, > > > > I am using the owasp maven dependency plugin

Re: maven plugin to check open source licenses

2019-12-21 Thread Enrico Olivelli
You can configure a list of allowed / banned licenses Enrico Il sab 21 dic 2019, 07:52 Marlow, Andrew ha scritto: > Hello everyone, > > > > I have just started looking at the plugin license-maven-plugin > (org.codehaus.mojo) and have a question: is there a similar plugin to this > that would

Re: Overriding plugin parameters via commandline

2019-11-30 Thread Enrico Olivelli
Il ven 29 nov 2019, 23:15 Marco Herrn ha scritto: > Hi, > > if I try to call the following maven goal: > > mvn kilt:reformat -Dformat=" = \n" > > the parameter `format` is correctly set to the given value for the > `reformat` goal of the `kilt-maven-plugin`. > > However, if I specify this

Re: Hooks on mvn release:prepare

2019-11-29 Thread Enrico Olivelli
ore 17:32 Stephen Connolly < stephen.alan.conno...@gmail.com> ha scritto: > On Sat 23 Nov 2019 at 14:53, Enrico Olivelli wrote: > > > Stephen > > > > Il sab 2 nov 2019, 11:00 Stephen Connolly < > stephen.alan.conno...@gmail.com > > > > > ha scritto: &

Re: Hooks on mvn release:prepare

2019-11-23 Thread Enrico Olivelli
Stephen Il sab 2 nov 2019, 11:00 Stephen Connolly ha scritto: > On Thu 3 Oct 2019 at 16:13, Enrico Olivelli wrote: > > > Hello, > > I am going to propose a new release procedure in Apache ZooKeeper project > > in the direction of using the Maven Release Plugin. &g

Re: Hooks on mvn release:prepare

2019-11-02 Thread Enrico Olivelli
presto! > > On Sat 2 Nov 2019 at 09:59, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > > > > > On Thu 3 Oct 2019 at 16:13, Enrico Olivelli wrote: > > > >> Hello, > >> I am going to propose a new release procedure in

Re: Using Maven outside of L/M/WAMP environment

2019-10-30 Thread Enrico Olivelli
Hello, Il mer 30 ott 2019, 22:27 New_Tech ha scritto: > I am a new programmer and have started the “on paper” design of my first > project. While reading a tutorial on linking a Java program to a MySQL DB, > I was introduced to Maven as part of the conduit between Java and the DB. I > have a

Spell check plugin for Maven

2019-10-09 Thread Enrico Olivelli
Hi all, do you know any effective plugin for spell check at least for HTML files ? The best would be a plugin for textlint ( https://github.com/textlint/textlint) I have been googling a bit but I can find anything really useful Cheers Enrico

Re: Take threaddump on hung surefire tests

2019-10-04 Thread Enrico Olivelli
Il ven 4 ott 2019, 16:30 Debraj Manna ha scritto: > Enrico > > If I get the approach correctly then all my junit4 tests should have > timeout specified (either via @Test or via @Rule) then only I can use the > listener. But the problem is we are having more than 2000 tests and > specifying a

Re: Hooks on mvn release:prepare

2019-10-03 Thread Enrico Olivelli
o that token replacement to set the > version applies for any build — not just the release process. > > > > On Oct 3, 2019, at 8:13 AM, Enrico Olivelli wrote: > > > > Hello, > > I am going to propose a new release procedure in Apache ZooKeeper project > > in the direc

Hooks on mvn release:prepare

2019-10-03 Thread Enrico Olivelli
Hello, I am going to propose a new release procedure in Apache ZooKeeper project in the direction of using the Maven Release Plugin. Usually with the Maven Release Plugin you are performing to tasks: mvn release:prepare -> change version + create tag mvn release:perform -> create final artifacts

Re: Take threaddump on hung surefire tests

2019-10-03 Thread Enrico Olivelli
Hi, you can create a simple Listener like this one: https://github.com/apache/bookkeeper/blob/master/bookkeeper-common/src/test/java/org/apache/bookkeeper/common/testing/util/TimedOutTestsListener.java check on the pom.xml file about how to enable it:

Re: Failures building Eclipse 4.13 with maven-3.6.2

2019-09-14 Thread Enrico Olivelli
Any volunteer to work on a fix? Enrico Il sab 14 set 2019, 10:08 Jonathan Chen ha scritto: > Hi, > > I didn't find a matching issue, so I raised MNG-6765 so that it can be > tracked. > https://issues.apache.org/jira/browse/MNG-6765 > > Cheers. > -- > Jonathan Chen > > On Sat, 14 Sep 2019 at

Re: Same snapshot deploy number for entire build - possible

2019-09-13 Thread Enrico Olivelli
Dan, Are you running a single 'mvn deploy' or do you have multiple runs? I have never seen weird behaviours in multi module projects Cheers Enrico Il ven 13 set 2019, 08:19 Dan Tran ha scritto: > Hello, Maven dev > > any suggestion/thoughts on this issue are very much appreciated > > Regards >

[ANNOUNCE] Apache Maven 3.6.2 released

2019-09-06 Thread Enrico Olivelli
The Apache Maven team is proud to announce Apache Maven version 3.6.2. Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting, and documentation from a central place. Highlights: - This

Re: Found Issues - Release Apache Maven Version 3.6.2

2019-08-28 Thread Enrico Olivelli
It may be due to any change regarding jsr 330 like https://issues.apache.org/jira/plugins/servlet/mobile#issue/MNG-6686 I think it is an issue for Idea and not for us. It would be good to have some developer from Jetbrains on this list Enrico Il mer 28 ago 2019, 22:23 Tibor Digana ha

Re: [VOTE] Retire Maven OSGi

2019-08-23 Thread Enrico Olivelli
+1 Thank you Dirk for checking Enrico Il giorno ven 23 ago 2019 alle ore 20:48 Arnaud Héritier < aherit...@gmail.com> ha scritto: > +1 > > Le ven. 23 août 2019 à 15:17, Robert Scholte a > écrit : > > > Hi, > > > > The Apache Maven project consist of about 90 (sub)projects. Due to the > > small

[ANN] Apache Maven JDeps Plugin 3.1.2 Released

2019-06-20 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven JDeps Plugin, version 3.1.2 The JDeps Plugin uses the jdeps tool to analyze classes for internal API calls. For more information about the standard jdeps tool, please refer to

Re: [VOTE] Retire Maven Downloader

2019-06-07 Thread Enrico Olivelli
+1 Enrico Il ven 7 giu 2019, 15:37 James Gough ha scritto: > +1 > > > On 7 Jun 2019, at 14:34, Tibor Digana wrote: > > > > +1 > > > > On Fri, Jun 7, 2019 at 3:32 PM Robert Scholte > wrote: > > > >> Hi, > >> > >> The Apache Maven project consist of about 90 (sub)projects. Due to the > >> small

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Enrico Olivelli
+1 ( non binding ) Enrico Il mar 28 mag 2019, 21:43 Tibor Digana ha scritto: > +1 > > On Tue, May 28, 2019 at 8:55 PM Robert Scholte > wrote: > > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > > small number of volunteers and the huge amount of code to

[ANN] Apache Maven Checkstyle Plugin 3.1.0 Released

2019-05-28 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 3.1.0 The Checkstyle Plugin generates a report regarding the code style used by the developers. For more information about Checkstyle, see http://checkstyle.sourceforge.net/. This version of

Re: [VOTE] Retired Maven Artifact Resolution API (Maven2)

2019-05-09 Thread Enrico Olivelli
+1 Enrico Il gio 9 mag 2019, 08:32 Bernd Prager ha scritto: > +1 > > On 9/5/62 01:25, Robert Scholte wrote: > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space

[ANN] Apache Maven Surefire Plugin 2.22.2 Released

2019-05-05 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven Surefire Plugin, version 2.22.2. The release contains 1 bug fix about JUnit 5 Compatibility Again we received contributions from the community in form of bug reports and bug fixes. Thank you and keep them coming!

Re: Issue: maven-jarsigner-plugin 3.0.0 unreliable when contacting timestamp service over unreliable network

2019-04-23 Thread Enrico Olivelli
Andrew, Thanks for reporting your issue. Can you please create a JIRA ticket? If you have cycles to implement your idea we will be happy to guide you and eventually commit your patch. Here you can find a guide https://maven.apache.org/guides/development/guide-helping.html Enrico Il mar 23 apr

Re: Maven sure fire report skip count issue

2019-03-30 Thread Enrico Olivelli
Atul, Il mer 27 mar 2019, 18:43 Atul Hake ha scritto: > > Dear team, > > I am re running failed TC using IRetryAnalyzer. > If i have 3 TC . 1st pass 2nd fail..retried.again fail. > so run count is 3 , pass=1,fail =1 , skip =1. Its correct. > now i want to remove skip count from report so i

Re: Re: Error with mvn site:stage-deploy

2019-01-08 Thread Enrico Olivelli
ithub.com/apache/maven-wagon/pull/51/files>. > > Not sure why the error happens though... > > > > > On 8. Jan 2019, at 17:27, Enrico Olivelli wrote: > > > > > > Hi, > > > I hav

Error with mvn site:stage-deploy

2019-01-08 Thread Enrico Olivelli
Hi, I have this error with Maven 3.6.0 and maven-site-plugin 3.7.1 and wagon-webdav-jackrabbit 3.3.1 java.lang.NoSuchMethodError: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I at

Multi Release Jars and reactors and 'test'

2019-01-02 Thread Enrico Olivelli
Hi, I have a problem with a multi-module project. This is the setup (you can find it here [1]): - I have a module which produces a multi-release jar when built using jdk10+ [2] jdk10 [10,) org.apache.maven.plugins maven-compiler-plugin jdk10 compile 10

[ANN] Apache Maven Assembly Plugin 3.1.1 Released

2019-01-02 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.1.1 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: NetBeans - the UI for Maven

2018-11-24 Thread Enrico Olivelli
may be improved with > time) and - more importantly - I think that the Maven standard directory > layout needs to be modified at least for Jigsaw compatibility, maybe for > better multi-language support. > > Regards, > > Martin > > [1] https://github.com/apache/sis > [2] > https://github.com/apache/sis/tree/master/ide-project/NetBeans/nbproject > [3] https://github.com/Geomatys/maven-plugins/wiki > > -- -- Enrico Olivelli

Re: Java 11 and java.xml.bin, etc.

2018-09-19 Thread Enrico Olivelli
erience it seems safe to put those jars on the classpath and run on JDK8. Cheers Enrico > > /Sverre > > > Den ons. 19. sep. 2018 kl. 14:01 skrev Enrico Olivelli < > eolive...@gmail.com > >: > > > I suggest to use Glassfish artifacts and use 2.3.0 or later. > &

Re: Java 11 and java.xml.bin, etc.

2018-09-19 Thread Enrico Olivelli
> > > nevertheless with compile/runtime scope or as provided or optional to > > > move > > > the responsibility to the library users? What do you recommend? > > > > > > Cheers, > > > Jörg > > > > > > > > > > > > - > > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > > For additional commands, e-mail: users-h...@maven.apache.org > > > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > -- -- Enrico Olivelli

Re: [SUREFIRE] No JUnit test run when TestNG is in class path

2018-06-23 Thread Enrico Olivelli
reproducer or a patch. Enrico Il sab 23 giu 2018, 01:51 Dan Tran ha scritto: > with older surefire 2.21, I had to add junit-platform-surefire-provider as > sufirefire dependency, so this issue only shows up at 2.22 > > Thanks > > -D > > On Fri, Jun 22, 2018 at 1:49 PM,

Re: [SUREFIRE] No JUnit test run when TestNG is in class path

2018-06-22 Thread Enrico Olivelli
invoked > >> > >> I this a correct behavior? > >> > >> I ended up to directly add junit-platform-surefire-provider to > >> surefire's dependency > >> > >> and I cant remove testng since we have legacy none test code uses > testng > >> assert > >> > >> Thanks > >> > >> -Dan > >> > > > > > -- -- Enrico Olivelli

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread Enrico Olivelli
; > > src/main/resources/ProjectConfiguration.properties > ${artifactId}.properties > / > > > log4j2.xml > / > > > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org users-unsubscr...@maven.apache.org> > For additional commands, e-mail: users-h...@maven.apache.org users-h...@maven.apache.org> > > > -- -- Enrico Olivelli

Re: Doxia 1.7.4 Site tools fails on Java 9

2017-09-26 Thread Enrico Olivelli
which is the broken dependency ? maybe you could override the dependency of the plugin directly in your pom so you won't be stopped ? -- Enrico 2017-09-26 12:59 GMT+02:00 Martijn Verburg : > Hi all, > > Doxia site-tools uses an old apache commons lib (which is fixed in