Re: The URL appending issue and Maven Central

2019-07-08 Thread Mark Raynsford
On 2019-07-08T19:46:38 +0200 "Robert Scholte" wrote: > Hi Mark, > > I'm working on some improvements which might be related to this. > My main question: is the pom containing the special attributes part of the > Maven Multimodule project? Not quite sure how to interpret this one. In my case,

Re: The URL appending issue and Maven Central

2019-07-08 Thread Robert Scholte
Hi Mark, I'm working on some improvements which might be related to this. My main question: is the pom containing the special attributes part of the Maven Multimodule project? If so, I should be able to calculate the right URL based on the local folder structure instead of pom inheritence

Re: The URL appending issue and Maven Central

2019-07-08 Thread Mark Raynsford
On 2019-07-08T11:23:57 +0100 Mark Raynsford wrote: > > I'd like to see some movement on this... What do I need to do to get > this sorted out? To be clear, I'm offering my time and resources here. I'm not just demanding that other people do work on my behalf. -- Mark Raynsford |

maven-assembly-plugin 3.1.2 release?

2019-07-08 Thread Eric Lilja
Hi! When could we see a release of maven-assembly-plugin 3.1.2? In Jira, eight issues are associated with version 3.1.2, and they are all resolved. We're keen to see 3.1.2 released, as it contains important dependency upgrades, like MASSEMBLY-910 [1] Best regards, Eric L [1]

JDK 13 , JDK 14 & Valhalla Early Access builds are available.

2019-07-08 Thread Rory O'Donnell
 Hi Robert , **OpenJDK* 13 Early Access build **28 is now available **at : - jdk.java.net/13/* * These early-access, open-source builds are provided under the GNU General Public License, version 2, with the Classpath Exception . * Changes

Re: The URL appending issue and Maven Central

2019-07-08 Thread Mark Raynsford
On 2019-07-08T11:34:02 +0100 Mark Raynsford wrote: > > automatically propagate to all ancestors ^ Clearly I meant *descendants*. Sorry! -- Mark Raynsford | http://www.io7m.com pgpNW3WO0T2GH.pgp Description: OpenPGP digital signature

Re: The URL appending issue and Maven Central

2019-07-08 Thread Mark Raynsford
On 2019-07-08T11:23:57 +0100 Mark Raynsford wrote: > > I wonder if, instead, we could just turn off this URL appending > behaviour with a property? Ideally the property would be specified in > the POM file and the model would stay entirely backwards compatible. > If you don't set the property to

The URL appending issue and Maven Central

2019-07-08 Thread Mark Raynsford
Hello! This is still a problem: https://issues.apache.org/jira/browse/MNG-5951 https://issues.apache.org/jira/browse/MNG-6059 The problem isn't that the behaviour hasn't been fixed, but instead that the POM files that use the new attributes can't be deployed to Maven Central. I reported the

[ANN] Apache Maven Javadoc Plugin 3.1.1 Released

2019-07-08 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.1.1 https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-javadoc-plugin 3.1.1 You can

Re: [maven-site-plugin] 01/01: [MSITE-844] Downgrade to Java 7

2019-07-08 Thread Olivier Lamy
On Mon, 8 Jul 2019 at 17:31, Tibor Digana wrote: > Hello Olivier, > > After seen the repo, it was obvious that Jetty was developed in three code > lines namely 9.2.x, 9.3.x and 9.4.x. > The next fact is that the Maven team agreed to use Java compiler 1.7. The > user can use JDK 1.8 or higher

Re: [maven-site-plugin] 01/01: [MSITE-844] Downgrade to Java 7

2019-07-08 Thread Tibor Digana
Hello Olivier, After seen the repo, it was obvious that Jetty was developed in three code lines namely 9.2.x, 9.3.x and 9.4.x. The next fact is that the Maven team agreed to use Java compiler 1.7. The user can use JDK 1.8 or higher with security patches. These two facts mean that we can stick to