Package eu.maveniverse.domtrip.maven
Class MavenPomElements
- java.lang.Object
-
- eu.maveniverse.domtrip.maven.MavenPomElements
-
public final class MavenPomElements extends java.lang.ObjectConstants for Maven POM elements, attributes, and other XML constructs.This class provides a comprehensive set of constants for working with Maven POM files, organized into logical groups for better maintainability and ease of use.
The constants are organized into nested classes:
MavenPomElements.Elements- XML element names used in Maven POMsMavenPomElements.Attributes- XML attribute names and valuesMavenPomElements.Namespaces- XML namespace URIsMavenPomElements.SchemaLocations- Schema location stringsMavenPomElements.ModelVersions- Maven model version constantsMavenPomElements.Files- Common file and directory namesMavenPomElements.Plugins- Maven plugin related constants
- Since:
- 0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMavenPomElements.AttributesXML attribute constants used in Maven POMs.static classMavenPomElements.ElementsCommon XML element names used in Maven POMs.static classMavenPomElements.FilesCommon file and directory names.static classMavenPomElements.IndentationCommon indentation patterns for XML formatting.static classMavenPomElements.ModelVersionsMaven model version constants.static classMavenPomElements.NamespacesMaven namespace constants.static classMavenPomElements.PluginsCommon Maven plugin constants.static classMavenPomElements.SchemaLocationsSchema location constants.
-