![JAR search and dependency download from the Maven repository](/logo.png)
net.java.mavenincrementalbuild.utils.MapFileManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of incremental-build-plugin Show documentation
Show all versions of incremental-build-plugin Show documentation
The Maven Incremental Build plugin is a plugin that
enable maven to recompile only what it have to when you call mvn
compile (It is not necessary to call clean phase now).
The newest version!
package net.java.mavenincrementalbuild.utils;
import org.apache.maven.plugin.logging.Log;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
/**
* Managed timestamps file.
*
* @author Vincent Sellier
*/
public class MapFileManager extends FilePersistence
© 2015 - 2025 Weber Informatics LLC | Privacy Policy