Interface MvnPublication
- All Superinterfaces:
MvnRepoResource, Resource
Represents an artifact created in a maven repository.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic MvnPublicationCreates a maven publication from Maven coordinates.Methods inherited from interface MvnRepoResource
artifactId, classifier, coordinates, groupId, mvnType, versionMethods inherited from interface Resource
asOf, asOfLocalized, cleanup, isNewerThan, name, type
-
Method Details
-
of
Creates a maven publication from Maven coordinates.- Parameters:
coordinates- the coordinates- Returns:
- the maven publication
-