maven-jar-plugin icon indicating copy to clipboard operation
maven-jar-plugin copied to clipboard

Apache Maven JAR Plugin

Results 37 maven-jar-plugin issues
Sort by recently updated
recently updated
newest added

Switched to `ProcessBuilder` for JDK toolchain version detection as it actually correctly handles white spaces in the executable path compared to the plexus-utils dependency. - [x] I hereby declare this...

Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAR) filed for the change (usually before you start...

create parameter skipJar to skip packaging

https://issues.apache.org/jira/browse/MJAR-289 still need to test (I did not check on a project that uses toolchains) and create IT

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.0. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0 See Release Notes. New Contributors @​pshevche made...

dependencies
java

Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43. Release notes Sourced from org.apache.maven.plugins:maven-plugins's releases. 43 :boom: Breaking changes Remove dependency on maven-plugin-annotations to better support Maven 4 plugins (#190) @​gnodet Remove checkstyle.violation.ignore...

dependencies
java

Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.9.2 to 4.10.0. Release notes Sourced from org.codehaus.plexus:plexus-archiver's releases. 4.10.0 Change Snappy compressor to io.airlift:aircompressor (#339) @​slachiewicz Fix modular jar final permissions (#333) @​laurentgo 📦 Dependency updates...

dependencies
java

Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 33.2.1-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.1 <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.1-jre</version> <!-- or, for Android: --> <version>33.2.1-android</version> </dependency> Jar files 33.2.1-jre.jar 33.2.1-android.jar Guava requires...

dependencies
java

The least we can do: check is "language" of current project packaging is "java" or not (all jar-like outputs are using language="java", only pom and bom packaging uses language="none"), and...