Maven SSL certificate for repo1.maven.org

2020-09-04 Thread Nicolas Meunier
Hello, We are using an old version of Sonatype Nexus (2.0.6) and it seems that we are not able to get dependencies stored on maven central (repo1.maven.org/maven2 or repo2.maven.org/maven2). The error we get is that the certificate is not valid from the 24th of August:

Re: Why is Maven tries to download xxx:bundle?

2020-09-04 Thread Anders Hammar
A quick guess is that as the type is 'bundle' you need to specify an extension to handle that. If not, Maven will try to download the artifact with the .bundle extension which doesn't exist. There is a .jar file. If you look at your old projects you probably have an extension defined in the pom.

[ANN] Maven Project Info Reports Plugin 3.1.1 released

2020-09-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.1.1. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

Why is Maven tries to download xxx:bundle?

2020-09-04 Thread Erwin Müller
Hello, I have a problem that I didn't had before. I was testing and developed some OSGi bundles. But now I have a project that is just Java and not OSGi anymore. I want to use my developed OSGi bundles in my Java project. It should work without any problems. But I have this error: ---