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

org.jsoftware.maven.ListMojo Maven / Gradle / Ivy

package org.jsoftware.maven;

import org.jsoftware.command.ListCommand;


/**
 * Show list of patches
 * @goal list
 * @author szalik
 */
public class ListMojo extends CommandSingleConfMojoAdapter {


    protected ListMojo() {
        super(new ListCommand());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy