Package org.apache.maven.project
Class ExtensionDescriptor
java.lang.Object
org.apache.maven.project.ExtensionDescriptor
Provides metadata about a build extension. Warning: This is an internal utility class that is only
 public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted
 without prior notice.
- Author:
- Benjamin Bentmann
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetExportedArtifacts(List<String> exportedArtifacts) voidsetExportedPackages(List<String> exportedPackages) 
- 
Method Details- 
getExportedPackages
- 
setExportedPackages
- 
getExportedArtifacts
- 
setExportedArtifacts
 
-