Package org.apache.maven.shared.jar.identification.exposers
package org.apache.maven.shared.jar.identification.exposers
-
ClassDescriptionExposer that examines a JAR file for any embedded Maven metadata for identification.Exposer that examines a JAR file to derive Maven metadata from the pattern of the JAR's filename.Exposer that examines a JAR file to derive Maven metadata from the classes in a JAR.Exposer that examines a JAR's manifest to derive Maven metadata.Exposer that examines a Maven repository for identical files to the JAR being analyzed.Exposer that examines a a JAR for classes that have
Version
in the name and calls theirmain
method if it exists to obtain the version.Exposer that examines a a JAR for files that contain the textversion
(case-insensitive) and adds the contents as potential version(s).Exposer that examines a a JAR and uses the most recent timestamp as a potential version.