[GitHub] [maven-shared-incremental] olamy closed pull request #18: store last compilation time

2023-02-09 Thread via GitHub
olamy closed pull request #18: store last compilation time URL: https://github.com/apache/maven-shared-incremental/pull/18 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

RE: maven.config / jvm.config / -D options

2023-02-09 Thread Jeremy Landis
I believe the -D option noted was one that was not related to maven itself but rather jvm. We use -D there for very specific maven item only and its fine. The new lines are required for sure both in 3.9.0 and 4.0.0 alphas. We have already scaled this out as an automated change where I work

maven.config / jvm.config / -D options

2023-02-09 Thread Christoph Läubrich
I have a question on this statement below that -D has not to go into maven.config but in jvm config. I think the difference is more that -D in jvm.config become a "real" system-property (because it is evaluated before maven jvm start up), but -D options specified in maven.config actually

Re: Maven 3.9.0 plexus-utils issue in extension

2023-02-09 Thread Falko Modler
Correction: It's also way too early to drop support for Maven <=3.9. "for Maven < 3.9". Also sorry for the formatting mess, I copied the error directly from the console. Cheers, Falko - To unsubscribe, e-mail:

Maven 3.9.0 plexus-utils issue in extension

2023-02-09 Thread Falko Modler
Hi all, I'm currently trying to get gitflow-incremental-builder (GIB) running in a GitHub Action using Maven 3.9.0 (and Java 17). https://github.com/gitflow-incremental-builder/gitflow-incremental-builder GIB is a maven extension that shall be usable in the following "flavors": 1. as a plugin

Re: Bug report - maven shade plugin - transitive dependencies of provided dependency included in uber-jar

2023-02-09 Thread Petr Široký
Hello, I took a quick look at the reproducing project you linked (https://github.com/cerveada/shade-plugin-issue) and I think the reason for the behavior you are seeing is the content of section in the bundle/pom.xml: org.apache.spark spark-core_2.12 2.4.8

[ANN] Maven Deploy Plugin 3.1.0 released

2023-02-09 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Deploy Plugin 3.1.0! https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's POM: org.apache.maven.plugins maven-deploy-plugin 3.1.0 Release Notes - Maven Deploy