com.devonfw.cobigen.api.constants.MavenConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-api Show documentation
Show all versions of core-api Show documentation
A Code-based incremental Generator
The newest version!
package com.devonfw.cobigen.api.constants;
/**
* Maven related constants
*/
public class MavenConstants {
/** Name of the text file which will contain all the needed URLs (classPath.txt) */
public static String CLASSPATH_CACHE_FILE = "pom-cp-%s.txt";
/** pom.xml */
public static String POM = "pom.xml";
}