public interface Strategies
Modifier and Type | Field and Description |
---|---|
static String |
DEFERRED
Performs a deferred deploy, where deployable artifacts are gathered locally thruout the build, and deployed
remotely only at the end of the build.
|
static String |
DIRECT
Performs a direct deploy, same as "maven-deploy-plugin".
|
static String |
IMAGE
Performs an "image" upload (directory contents are uploades as-is, as "image" of stuff you prepared), and
employs
Nexus REST Calls to drive the staging workflow.
|
static String |
STAGING
Similar to deferred, but staging features are used "around" the deploy, and Nexus REST calls drive the staging
workflow (creating a staging repo, closing or dropping, etc).
|
static final String DIRECT
static final String DEFERRED
static final String STAGING
static final String IMAGE
Copyright © 2007–2022 Sonatype, Inc.. All rights reserved.