Index

A G O P 
All Classes and Interfaces|All Packages

A

apply(Project) - Method in class org.gradle.pomproperties.PomPropertiesPlugin
 

G

generate() - Method in class org.gradle.pomproperties.GeneratePomProperties
 
GeneratePomProperties - Class in org.gradle.pomproperties
Generates a Maven-style pom.properties resource so that Maven-aware tooling (SBOM generators, classpath inspectors, security scanners, IDE flows) can identify the artifact a jar belongs to.
GeneratePomProperties() - Constructor for class org.gradle.pomproperties.GeneratePomProperties
 
getArtifactId() - Method in class org.gradle.pomproperties.GeneratePomProperties
The Maven artifactId, e.g.
getArtifactId() - Method in class org.gradle.pomproperties.PomPropertiesExtension
The Maven artifactId.
getDestinationDirectory() - Method in class org.gradle.pomproperties.GeneratePomProperties
The directory the META-INF/maven/... tree is generated into.
getGroupId() - Method in class org.gradle.pomproperties.GeneratePomProperties
The Maven groupId, e.g.
getGroupId() - Method in class org.gradle.pomproperties.PomPropertiesExtension
The Maven groupId.
getPomPropertiesEntryPath() - Method in class org.gradle.pomproperties.GeneratePomProperties
The path of the generated file relative to the jar root, suitable as a jar entry name.
getPomPropertiesFile() - Method in class org.gradle.pomproperties.GeneratePomProperties
The generated pom.properties file itself, for consumers that need the single file rather than the whole output directory.
getVersion() - Method in class org.gradle.pomproperties.GeneratePomProperties
The Maven version, e.g.
getVersion() - Method in class org.gradle.pomproperties.PomPropertiesExtension
The Maven version.

O

org.gradle.pomproperties - package org.gradle.pomproperties
 

P

PomPropertiesExtension - Class in org.gradle.pomproperties
Configuration for the pom.properties generated into the main jar.
PomPropertiesExtension() - Constructor for class org.gradle.pomproperties.PomPropertiesExtension
 
PomPropertiesPlugin - Class in org.gradle.pomproperties
Adds a Maven-style META-INF/maven/<groupId>/<artifactId>/pom.properties to the main jar so Maven-aware tooling can identify the artifact.
PomPropertiesPlugin() - Constructor for class org.gradle.pomproperties.PomPropertiesPlugin
 
A G O P 
All Classes and Interfaces|All Packages