All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.octopusden.octopus.dms.client.AbstractArtifactMojo Maven / Gradle / Ivy

There is a newer version: 2.0.31
Show newest version
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