Maven dry run but with actual connection testing

Viewed 1260

Is it possible to use maven release:prepare --dry-run in some way that it still actually tries to connect to the deployment target? I mostly need it to validate that the connection is available, but not actually do anything or modify the current version number.

0 Answers
Related