Class MvnRepoTypes
java.lang.Object
org.jdrupes.builder.mvnrepo.MvnRepoTypes
A collection of Maven specific
ResourceTypes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceType<MvnPublication> The maven publication type.static final ResourceType<MvnRepoBom> The maven repository BOM type.static final ResourceType<Resources<MvnRepoDependency>> The maven repository compilation dependencies type.static final ResourceType<MvnRepoDependency> The maven repository dependency type.static final ResourceType<MvnRepoJarFile> A jar file from the maven repository.static final ResourceType<MvnRepoLibraryJarFile> A library jar file from the maven repository.static final ResourceType<MvnRepoResource> The maven repository resource type.static final ResourceType<PomFile> The POM file type. -
Method Summary
-
Field Details
-
MvnRepoResourceType
The maven repository resource type. -
MvnRepoBomType
The maven repository BOM type. -
MvnRepoDependencyType
The maven repository dependency type. -
MvnRepoDependenciesType
The maven repository compilation dependencies type. -
MvnPublicationType
The maven publication type. -
MvnRepoJarFileType
A jar file from the maven repository. -
MvnRepoLibraryJarFileType
A library jar file from the maven repository. -
PomFileType
The POM file type.
-