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.
-
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 thePackagingfrom the specifiedid. -
Uses of Packaging in org.apache.maven.api.services
Subinterfaces with type arguments of type Packaging in org.apache.maven.api.services