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

org.avaje.ebean.codegen.GenerateFindersPlainMojo Maven / Gradle / Ivy

The newest version!
package org.avaje.ebean.codegen;

import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;

@Mojo(name = "generate-finders-only", defaultPhase = LifecyclePhase.NONE)
public class GenerateFindersPlainMojo extends AbstractMojo {

  public void execute() {
    Generate generate = new Generate();
    generate.execute(getLog(), Mode.FINDERS_PLAIN);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy