Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Mar 21, 2024
1 parent c1ae656 commit 19af09f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,13 @@
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Parameter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public abstract class GavMojoSupport extends AbstractMojo {
protected final Logger logger = LoggerFactory.getLogger(getClass());
protected final Output output = new Slf4jOutput(logger);

@Parameter(property = "verbose", defaultValue = "false", required = true)
protected boolean verbose;

@Override
public final void execute() throws MojoExecutionException, MojoFailureException {
Runtime runtime = Runtimes.INSTANCE.getRuntime();
Expand Down

0 comments on commit 19af09f

Please sign in to comment.