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

com.squareup.spoon.mojo.AbstractSpoonMojo Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package com.squareup.spoon.mojo;

import java.io.File;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugins.annotations.Parameter;

abstract class AbstractSpoonMojo extends AbstractMojo {
  /** Location of the output directory. */
  @Parameter(defaultValue = "${project.build.directory}/spoon-output")
  protected File outputDirectory;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy