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

com.tpspay.postmaven.postbuild.AbstractPostilionBuildMojo Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.tpspay.postmaven.postbuild;

import org.apache.maven.plugin.AbstractMojo;

public abstract class AbstractPostilionBuildMojo extends AbstractMojo {
	/**
	 * Location of the generated build.py file
	 * 
	 * @parameter default-value="target/build.py"
	 */
	protected String buildGeneratedFile;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy