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

net.sf.debianmaven.AbstractRepreproMojo Maven / Gradle / Ivy

Go to download

This plugin helps building DEB packages from Maven projects. The packages can be used in DEB-based operating systems such as Debian and Ubuntu. The plugin uses external Debian tools to do the actual packaging. Fork of: http://debian-maven.sourceforge.net

The newest version!
package net.sf.debianmaven;

import java.io.File;

public abstract class AbstractRepreproMojo extends AbstractDebianMojo
{
	/**
	 * @parameter expression="${deb.repository.location}"
	 * @required
	 */
	protected File repository;

	/**
	 * @parameter expression="${deb.reprepro.config}"
	 * @required
	 */
	protected File repreproConfigurationDir;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy