co.leantechniques.maven.buildtime.output.Reporter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-buildtime-extension Show documentation
Show all versions of maven-buildtime-extension Show documentation
This extension displays the duration of each plugin
to discover why your build is slow.
The newest version!
package co.leantechniques.maven.buildtime.output;
import org.apache.maven.execution.ExecutionEvent;
import org.slf4j.Logger;
import co.leantechniques.maven.buildtime.SessionTimer;
public interface Reporter {
void performReport(Logger logger, ExecutionEvent event, SessionTimer session);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy