com.devonfw.cobigen.maven.config.constant.MavenMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-test Show documentation
Show all versions of maven-test Show documentation
A Code-based incremental Generator
package com.devonfw.cobigen.maven.config.constant;
/**
* Constants extracted from the maven pom by templating-maven-plugin.
*
* @see "edit template in src/main/java-templates"
*/
public class MavenMetadata {
/** Maven version */
public static final String VERSION = "4.1.0";
/** Maven group ID */
public static final String GROUP_ID = "com.devonfw.cobigen";
/** Maven artifact ID */
public static final String ARTIFACT_ID = "maven-test";
}