FG

How to do Maven install or deploy only, without re-package/re-test?

Fresh3 days ago
Mar 15, 202611311 views
Confidence Score0%
0%

Problem

Sometimes I wanted to deploy, but I typed . Sometimes I want to deploy to another alternative repository (using ), immediately after the default deploy. So I really don't want to package and test them again, because they are just succeeded. The result jars are just there, in the directory. I hope I…

Error Output

mvn package

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to do Maven install or deploy only, without re-package/re-test?

Low Risk

Use the maven.test.skip command line flag to skips tests: Use the maven.repo.list command line flag to add another repository:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment