[ANN] Apache Maven Filtering 3.3.0 released

2022-06-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Filtering version 3.3.0. https://maven.apache.org/shared/maven-filtering/ Release Notes - Maven Shared Components - Version maven-filtering-3.3.0 ** Improvement * [MSHARED-937] - Demote log statement to debug ** Task

[ANN] Apache Maven Common Artifact Filters 3.3.0 released

2022-06-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Common Artifact Filters version 3.3.0. https://maven.apache.org/shared/maven-common-artifact-filters/ Release Notes - Maven Shared Components - Version maven-common-artifact-filters-3.3.0 ** Bug * [MSHARED-1017] - nul

Re: [ANN]switch from maven to gradle

2022-06-14 Thread Andres Almiray
Hi Manuel, welcome to the list. Please find answers inlined. Sent from my primitive tricorder > On 14 Jun 2022, at 20:10, Manuel Dahmen wrote: > > hello, > switch from maven to gradle, publish on maven central, is it possible from > maven? Yes, it’s possible to switch a project built with M

[ANN] Maven Resolver 1.8.1 released

2022-06-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.8.1. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.8.1 ** Bug * [MRESOLVER-256] - Dependency tree is different between DF and BF strategies when a dependency package ha

[ANN]switch from maven to gradle

2022-06-14 Thread Manuel Dahmen
hello, switch from maven to gradle, publish on maven central, is it possible from maven? when will maven be replaced by gradle? I m trying to implement a Java desktop /android app. with a common library. The basic idea is to name a class or interface wrapper with custom implementations. which are n

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
INFRA advised me to upgrade to maven 3.8.6. That did not fix the problem. It then occurred to me to follow the terminal advice from the failed upload: [ERROR] After correcting the problems, you can resume the build with the command [ERROR]   mvn -rf :derbyLocale_ko_KR Even though there were

passing properties to junit

2022-06-14 Thread Delany
Hi there, JUnit5.9.0-M1 was released that allows to conditionally cleanup the files created using @TempDir Problem Im having is how to configure junit properties through surefire. My attempts at the bottom of: https://github.com/junit-team/junit5/issues/2159 junit.jup

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
Thanks for looking at the pom, Slawomir. As part of the publication process, we run a program which replaces all of those ALPHA_VERSION tokens with the actual release id (in this case, 10.16.1.1). On 6/14/22 1:19 AM, Slawomir Jaranowski wrote: Hi, In your project I see: derby-project ALPHA_V

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
Thanks for the additional advice, Tamas. Infra is going to restart the service on the Nexus end. See https://issues.apache.org/jira/browse/INFRA-23348 Maybe that will fix the problem. I'm sorry for sowing confusion about the Java version. I am using the GA release of Java 11. Here is the full

Re: peer not authenticated error

2022-06-14 Thread Slawomir Jaranowski
Hi, In your project I see: derby-project ALPHA_VERSION Please try to change project version to SNAPSHOT (all modules), eg 10.16.0-SNAPSHOT , you can use mvn versions:set -DnewVersion=10.16.0-SNAPSHOT and than try mvn deploy Please note that you can not override release version. wt., 14 cze

Re: peer not authenticated error

2022-06-14 Thread Tamás Cservenák
Howdy, So is the "peer not authenticated" error still sporadically happening? Qs: - can you use some LTS java instead of 18? (17 or 11?) - could you execute the build with -e (or -X but this will give you a LOT of logs) and paste the stack trace? - you sure you are directly accessing repo.a.o, no