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

ru.curs.celesta.plugin.maven.GenCursorsMojo Maven / Gradle / Ivy

The newest version!
package ru.curs.celesta.plugin.maven;

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

@Mojo(
        name = "gen-cursors",
        defaultPhase = LifecyclePhase.GENERATE_SOURCES
)
public final class GenCursorsMojo extends AbstractGenCursorsMojo {

    @Override
    public void execute() {
        getScorePaths = this::getScorePaths;
        generatedSourcesDirName = "generated-sources";
        addCompileSourceRoot = project::addCompileSourceRoot;

        super.execute();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy