takari / takari-lifecycle

Takari Maven Lifecycle
http://takari.io/book/40-lifecycle.html
Eclipse Public License 1.0
66 stars 35 forks source link

Support parallel deploy #114

Closed cstamas closed 1 year ago

cstamas commented 1 year ago

Maven Resolver 1.9.5 new feature is ability of parallel deploy, and to utilize it, ideally one should just "pack up all" into single DeployRequest and let resolver handle it.

Hence, this change has:

The parallel deploy is transparently available with resolver 1.9.5, (maven 3.9.1), so it will transparently become available to takari lifecycle as well, if used with Maven 3.9.1. On older version this has no any (side) effect, just that the artifacts and metadata will be deployed in-order: first ALL artifacts, then ALL metadata (in proper order).