Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
maven-jar-plugin
Public
Notifications
You must be signed in to change notification settings
Fork
84
Star
92
Code
Issues
13
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
[Maven4] Migrate from Maven Archiver to standard
jar
tool
- #508
#508
Merged
desruisseaux
merged 25 commits into
apache:master
apache/maven-jar-plugin:master
from
Geomatys:feat/from-archiver-to-jar-tool
Geomatys/maven-jar-plugin:feat/from-archiver-to-jar-tool
Copy head branch name to clipboard
Sep 7, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
[Maven4] Migrate from Maven Archiver to standard
jar
tool
#508
desruisseaux
merged 25 commits into
apache:master
apache/maven-jar-plugin:master
from
Geomatys:feat/from-archiver-to-jar-tool
Geomatys/maven-jar-plugin:feat/from-archiver-to-jar-tool
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
Migrate from Maven Archiver to standard `jar` tool by using the standard `java.util.spi.ToolProvider` API (requires Java 9+).
Show description for 1134f5a
desruisseaux
committed
1134f5a
View commit details
Copy full SHA for 1134f5a
Browse repository at this point
Commits on Aug 13, 2026
Skip jar --validate on JDK 17/18 (JDK-8282446)
Show description for 4127022
3 people
committed
4127022
View commit details
Copy full SHA for 4127022
Browse repository at this point
Fix base-release dir for modular multi-release JARs
Show description for 768b9a5
ascheman
and
desruisseaux
committed
768b9a5
View commit details
Copy full SHA for 768b9a5
Browse repository at this point
Fix order-dependent main class in modular JARs
Show description for ede2c9d
3 people
committed
ede2c9d
View commit details
Copy full SHA for ede2c9d
Browse repository at this point
Make deterministic which file is first after the -C option
Show description for 5bb8540
ascheman
and
desruisseaux
committed
5bb8540
View commit details
Copy full SHA for 5bb8540
Browse repository at this point
Fix empty jar file argument for version releases
Show description for a59d9fe
ascheman
and
desruisseaux
committed
a59d9fe
View commit details
Copy full SHA for a59d9fe
Browse repository at this point
Reset base release after skipping a version dir
Show description for 4617a49
ascheman
and
desruisseaux
committed
4617a49
View commit details
Copy full SHA for 4617a49
Browse repository at this point
Commits on Aug 15, 2026
Record all jar entries relative to -C directory
Show description for 00b5e53
desruisseaux
committed
00b5e53
View commit details
Copy full SHA for 00b5e53
Browse repository at this point
Commits on Aug 16, 2026
Sort the JAR entries in platform-independent order when reproducible build is enabled.
Show description for 27199e6
desruisseaux
committed
27199e6
View commit details
Copy full SHA for 27199e6
Browse repository at this point
Document the fact that the `--date` option requires JDK 19 or later.
Show description for 16ff48a
desruisseaux
committed
16ff48a
View commit details
Copy full SHA for 16ff48a
Browse repository at this point
Commits on Aug 18, 2026
Automatically create the `target` directory if it does not exist.
Show description for d928d41
desruisseaux
and
ascheman
committed
d928d41
View commit details
Copy full SHA for d928d41
Browse repository at this point
Commits on Aug 23, 2026
Change strategy in the way to exclude files.
Show description for 27191ba
desruisseaux
committed
27191ba
View commit details
Copy full SHA for 27191ba
Browse repository at this point
Add integration tests for ensuring that directory entries are present.
Show description for 2dc7d98
2 people
authored and
desruisseaux
committed
2dc7d98
View commit details
Copy full SHA for 2dc7d98
Browse repository at this point
Commits on Aug 24, 2026
Add IT for filtered multi-release modular JAR
Show description for 5564269
3 people
committed
5564269
View commit details
Copy full SHA for 5564269
Browse repository at this point
Rename two integration tests with no change in the actual test.
Show description for 109d93f
desruisseaux
committed
109d93f
View commit details
Copy full SHA for 109d93f
Browse repository at this point
Write a JDK-independent "Created-By" when strictly reproducible builds is requested.
Show description for 3e0852e
3 people
committed
3e0852e
View commit details
Copy full SHA for 3e0852e
Browse repository at this point
Decouple the `isReproducible` flag from whether the `--date` option is supported.
Show description for 21da295
desruisseaux
committed
21da295
View commit details
Copy full SHA for 21da295
Browse repository at this point
Address issues raised by AI agent on the pull request.
desruisseaux
committed
aeb815c
View commit details
Copy full SHA for aeb815c
Browse repository at this point
Commits on Aug 25, 2026
If a path to exclude is a directory, move to a path created by
Show description for 1f68f5b
desruisseaux
committed
1f68f5b
View commit details
Copy full SHA for 1f68f5b
Browse repository at this point
Commits on Aug 27, 2026
Execute `jar --validate` only if requested.
Show description for 245dcb2
desruisseaux
committed
245dcb2
View commit details
Copy full SHA for 245dcb2
Browse repository at this point
Commits on Aug 31, 2026
Upgrade Maven Compiler Plugin from beta-3 to beta-5 in integration tests.
Show description for 9c90049
desruisseaux
committed
9c90049
View commit details
Copy full SHA for 9c90049
Browse repository at this point
Apply English corrections suggested in comments to the pull request.
desruisseaux
committed
13769e8
View commit details
Copy full SHA for 13769e8
Browse repository at this point
Commits on Sep 3, 2026
Apply more English corrections and a few API changes suggested on the pull request.
desruisseaux
committed
cdf4da5
View commit details
Copy full SHA for cdf4da5
Browse repository at this point
Remove the `title` attribute in `<abbr>` because it is not accepted by Javadoc.
desruisseaux
committed
b090214
View commit details
Copy full SHA for b090214
Browse repository at this point
Commits on Sep 7, 2026
Apply changes requested on the pull request, mostly English fixes and variable renaming.
desruisseaux
committed
40169c8
View commit details
Copy full SHA for 40169c8
Browse repository at this point
You can’t perform that action at this time.