Uses of Interface
org.apache.maven.api.Packaging
Packages that use Packaging
Package
Description
Maven Core API
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
Defines the Service Provider Interface (SPI) for Maven extensions, allowing
third-party implementations to extend and customize Maven's core functionality
through a stable, versioned API.
-
Uses of Packaging in org.apache.maven.api
Methods in org.apache.maven.api that return PackagingModifier and TypeMethodDescriptionProject.getPackaging()
Returns the project packaging.Session.requirePackaging
(String id) Obtain thePackaging
from the specifiedid
. -
Uses of Packaging in org.apache.maven.api.plugin.testing.stubs
Methods in org.apache.maven.api.plugin.testing.stubs that return PackagingModifier and TypeMethodDescriptionProjectStub.getPackaging()
SessionStub.requirePackaging
(String id) -
Uses of Packaging in org.apache.maven.api.services
Subinterfaces with type arguments of type Packaging in org.apache.maven.api.services -
Uses of Packaging in org.apache.maven.api.spi
Subinterfaces with type arguments of type Packaging in org.apache.maven.api.spiModifier and TypeInterfaceDescriptioninterface
Service provider interface for registering customPackaging
implementations. -
Uses of Packaging in org.apache.maven.impl
Methods in org.apache.maven.impl that return Packaging -
Uses of Packaging in org.apache.maven.internal.impl
Subclasses with type arguments of type Packaging in org.apache.maven.internal.implModifier and TypeClassDescriptionclass
TODO: this is session scoped as SPI can contribute.Methods in org.apache.maven.internal.impl that return PackagingMethods in org.apache.maven.internal.impl that return types with arguments of type Packaging