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

io.polaris.maven.plugin.DuplicateFile Maven / Gradle / Ivy

package io.polaris.maven.plugin;

import org.apache.maven.plugins.annotations.Parameter;

/**
 * @author Qt
 * @since 1.8,  May 08, 2024
 */
public class DuplicateFile {
	/** src properties files to duplicate. */
	@Parameter
	public String src;
	/** dest properties files to duplicate. */
	@Parameter
	public String dest;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy