co.leantechniques.maven.buildtime.Constants 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;
public class Constants {
private Constants(){}
public static final String BUILDTIME_OUTPUT_CSV_FILE_PROPERTY = "buildtime.output.csv.file";
public static final String BUILDTIME_OUTPUT_CSV_FILE = "buildtime.csv";
public static final String BUILDTIME_OUTPUT_CSV_PROPERTY = "buildtime.output.csv";
public static final String BUILDTIME_OUTPUT_LOG_PROPERTY = "buildtime.output.log";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy