arconia update maven

The arconia update maven command upgrades your project’s Maven wrapper to a newer version. It uses the UpdateMavenWrapper recipe from the OpenRewrite OSS library.

Usage

Basic usage:

arconia update maven

Options

The following options are available:

Option Default Description

--dry-run

false

Update in dry-run mode. Shows what changes would be made without actually making them.

--debug or -d

false

Include debug output.

--verbose or -v

false

Include more verbose output about the execution.

--stacktrace or -s

false

Include more details about errors.

--params or -p

Additional build parameters passed directly to the build tool.

--help or -h

Display help information for the command.

Build Tool Integration

The command runs the appropriate OpenRewrite task based on your build tool, following the same approach used by the arconia rewrite command.