![JAR search and dependency download from the Maven repository](/logo.png)
org.octopusden.octopus.dms.client.AbstractArtifactMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-dms-plugin Show documentation
Show all versions of maven-dms-plugin Show documentation
Octopus module: maven-dms-plugin
package org.octopusden.octopus.dms.client;
import org.apache.maven.plugins.annotations.Parameter;
import java.io.File;
abstract public class AbstractArtifactMojo extends AbstractDmsMojo {
@Parameter(property = "type", required = true)
protected String type;
@Parameter(property = "classifier")
protected String classifier;
@Parameter(property = "name")
protected String name;
@Parameter(property = "replace", defaultValue = "true")
protected boolean replace;
@Parameter(property = "validationLog")
protected File validationLog;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy