Maven Artifact Args
data class MavenArtifactArgs(val artifactId: Output<String>? = null, val groupId: Output<String>? = null, val path: Output<String>? = null, val repository: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<MavenArtifactArgs>
A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
Constructors
Properties
Link copied to clipboard
Maven artifactId
value used when uploading the artifact to Artifact Registry.
Link copied to clipboard
Link copied to clipboard
Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY" Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.