Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addManifestEntries(Map<String, String>) - Method in class org.apache.maven.archiver.ManifestSection
 - 
addManifestEntries.
 - addManifestEntries(Map<String, String>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
addManifestEntries.
 - addManifestEntry(String, String) - Method in class org.apache.maven.archiver.ManifestSection
 - 
addManifestEntry.
 - addManifestEntry(String, String) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
addManifestEntry.
 - addManifestSection(ManifestSection) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
addManifestSection.
 - addManifestSections(List<ManifestSection>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
addManifestSections.
 
B
- BuildHelper - Class in org.apache.maven.archiver
 - 
Helper to detect info about build info in a MavenProject, as configured in plugins.
 - BuildHelper() - Constructor for class org.apache.maven.archiver.BuildHelper
 
C
- CLASSPATH_LAYOUT_TYPE_CUSTOM - Static variable in class org.apache.maven.archiver.ManifestConfiguration
 - 
custom layout type.
 - CLASSPATH_LAYOUT_TYPE_REPOSITORY - Static variable in class org.apache.maven.archiver.ManifestConfiguration
 - 
The layout type
 - CLASSPATH_LAYOUT_TYPE_SIMPLE - Static variable in class org.apache.maven.archiver.ManifestConfiguration
 - 
The simple layout.
 - configureReproducible(String) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Deprecated.
 - configureReproducibleBuild(String) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Configure Reproducible Builds archive creation if a timestamp is provided.
 - createArchive(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
createArchive.
 - createPomProperties(MavenSession, MavenProject, Archiver, File, File, boolean) - Method in class org.apache.maven.archiver.PomPropertiesUtil
 - 
Deprecated.
 - createPomProperties(MavenProject, Archiver, File, File, boolean) - Method in class org.apache.maven.archiver.PomPropertiesUtil
 - 
Creates the pom.properties file.
 
D
- discoverJavaRelease(MavenProject) - Static method in class org.apache.maven.archiver.BuildHelper
 - 
Tries to determine the target Java release from the following sources (until one is found) use
releaseconfiguration oforg.apache.maven.plugins:maven-compiler-pluginusemaven.compiler.release<property usetargetconfiguration oforg.apache.maven.plugins:maven-compiler-pluginusemaven.compiler.targetproperty 
G
- getArchiver() - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Getter for the field
archiver. - getClasspathLayoutType() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Return the type of layout to use when formatting classpath entries.
 - getClasspathPrefix() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Getter for the field
classpathPrefix. - getCompilerPlugin(MavenProject) - Static method in class org.apache.maven.archiver.BuildHelper
 - getCustomClasspathLayout() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Retrieve the layout expression for use when the layout type set in
ManifestConfiguration.setClasspathLayoutType(String)has the value 'custom'. - getMainClass() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Getter for the field
mainClass. - getManifest() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Getter for the field
manifest. - getManifest(MavenSession, MavenProject, ManifestConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
getManifest.
 - getManifest(MavenSession, MavenProject, ManifestConfiguration, Map<String, String>) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
getManifest.
 - getManifest(MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
getManifest.
 - getManifest(MavenProject, ManifestConfiguration) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Return a pre-configured manifest.
 - getManifestEntries() - Method in class org.apache.maven.archiver.ManifestSection
 - 
Getter for the field
manifestEntries. - getManifestEntries() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Getter for the field
manifestEntries. - getManifestFile() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Getter for the field
manifestFile. - getManifestSections() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Getter for the field
manifestSections. - getName() - Method in class org.apache.maven.archiver.ManifestSection
 - 
Getter for the field
name. - getPackageName() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Getter for the field
packageName. - getPlugin(MavenProject, String) - Static method in class org.apache.maven.archiver.BuildHelper
 - 
Get plugin from project based on coordinates
groupId:artifactId. - getPluginParameter(MavenProject, Plugin, String, String) - Static method in class org.apache.maven.archiver.BuildHelper
 - 
Get plugin parameter value if configured in current project.
 - getPomPropertiesFile() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Returns the location of the "pom.properties" file.
 
I
- isAddBuildEnvironmentEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
isAddBuildEnvironmentEntries.
 - isAddClasspath() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
isAddClasspath.
 - isAddDefaultEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
isAddDefaultEntries.
 - isAddDefaultImplementationEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
isAddDefaultImplementationEntries.
 - isAddDefaultSpecificationEntries() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
isAddDefaultSpecificationEntries.
 - isAddExtensions() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
isAddExtensions.
 - isAddMavenDescriptor() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
isAddMavenDescriptor.
 - isCompress() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
isCompress.
 - isForced() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Returns, whether recreating the archive is forced (default).
 - isIndex() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Deprecated.See JDK-8305597
 - isManifestEntriesEmpty() - Method in class org.apache.maven.archiver.ManifestSection
 - 
isManifestEntriesEmpty.
 - isManifestEntriesEmpty() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
isManifestEntriesEmpty.
 - isManifestSectionsEmpty() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
isManifestSectionsEmpty.
 - isRecompressAddedZips() - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
isRecompressAddedZips.
 - isUseUniqueVersions() - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Retrieve the flag for whether snapshot artifacts should be added to the classpath using the timestamp/buildnumber version (the default, when this flag is true), or using the generic -SNAPSHOT version (when the flag is false).
 
M
- ManifestConfiguration - Class in org.apache.maven.archiver
 - 
Capture common manifest configuration.
 - ManifestConfiguration() - Constructor for class org.apache.maven.archiver.ManifestConfiguration
 - ManifestSection - Class in org.apache.maven.archiver
 - 
ManifestSection class.
 - ManifestSection() - Constructor for class org.apache.maven.archiver.ManifestSection
 - MavenArchiveConfiguration - Class in org.apache.maven.archiver
 - 
Capture common archive configuration.
 - MavenArchiveConfiguration() - Constructor for class org.apache.maven.archiver.MavenArchiveConfiguration
 - MavenArchiver - Class in org.apache.maven.archiver
 - 
MavenArchiver class.
 - MavenArchiver() - Constructor for class org.apache.maven.archiver.MavenArchiver
 
N
- normalizeJavaVersion(String) - Static method in class org.apache.maven.archiver.BuildHelper
 - 
Normalize Java version, for versions 5 to 8 where there is a 1.x alias.
 
O
- org.apache.maven.archiver - package org.apache.maven.archiver
 
P
- parseBuildOutputTimestamp(String) - Static method in class org.apache.maven.archiver.MavenArchiver
 - 
Parse output timestamp configured for Reproducible Builds' archive entries.
 - parseOutputTimestamp(String) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Deprecated.Use
MavenArchiver.parseBuildOutputTimestamp(String)instead. - PomPropertiesUtil - Class in org.apache.maven.archiver
 - 
This class is responsible for creating the
pom.propertiesfile inMETA-INF/maven/${groupId}/${artifactId}. - PomPropertiesUtil() - Constructor for class org.apache.maven.archiver.PomPropertiesUtil
 
R
- REPOSITORY_LAYOUT - Static variable in class org.apache.maven.archiver.MavenArchiver
 - 
Repository layout.
 - REPOSITORY_LAYOUT_NONUNIQUE - Static variable in class org.apache.maven.archiver.MavenArchiver
 - 
Repository layout non unique.
 
S
- setAddBuildEnvironmentEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
addBuildEnvironmentEntries. - setAddClasspath(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
addClasspath. - setAddDefaultEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
addDefaultEntries. - setAddDefaultImplementationEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
addDefaultImplementationEntries. - setAddDefaultSpecificationEntries(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
addDefaultSpecificationEntries. - setAddExtensions(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
addExtensions. - setAddMavenDescriptor(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Setter for the field
addMavenDescriptor. - setArchiver(JarArchiver) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Setter for the field
archiver. - setBuildJdkSpecDefaultEntry(boolean) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Add "Build-Jdk-Spec" entry as part of default manifest entries (true by default).
 - setClasspathLayoutType(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Set the type of layout to use when formatting classpath entries.
 - setClasspathPrefix(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
classpathPrefix. - setCompress(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Setter for the field
compress. - setCreatedBy(String, String, String) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
Define a value for "Created By" entry.
 - setCustomClasspathLayout(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Set the layout expression for use when the layout type set in
ManifestConfiguration.setClasspathLayoutType(String)has the value 'custom'. - setForced(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Sets, whether recreating the archive is forced (default).
 - setIndex(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Deprecated.See JDK-8305597
 - setMainClass(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
mainClass. - setManifest(ManifestConfiguration) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Setter for the field
manifest. - setManifestEntries(Map<String, String>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Setter for the field
manifestEntries. - setManifestFile(File) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Setter for the field
manifestFile. - setManifestSections(List<ManifestSection>) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Setter for the field
manifestSections. - setName(String) - Method in class org.apache.maven.archiver.ManifestSection
 - 
Setter for the field
name. - setOutputFile(File) - Method in class org.apache.maven.archiver.MavenArchiver
 - 
setOutputFile.
 - setPackageName(String) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Setter for the field
packageName. - setPomPropertiesFile(File) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Sets the location of the "pom.properties" file.
 - setRecompressAddedZips(boolean) - Method in class org.apache.maven.archiver.MavenArchiveConfiguration
 - 
Setter for the field
recompressAddedZips. - setUseUniqueVersions(boolean) - Method in class org.apache.maven.archiver.ManifestConfiguration
 - 
Set the flag for whether snapshot artifacts should be added to the classpath using the timestamp/buildnumber version (the default, when this flag is true), or using the generic -SNAPSHOT version (when the flag is false).
 - SIMPLE_LAYOUT - Static variable in class org.apache.maven.archiver.MavenArchiver
 - 
The simply layout.
 - SIMPLE_LAYOUT_NONUNIQUE - Static variable in class org.apache.maven.archiver.MavenArchiver
 - 
simple layout non unique.
 
All Classes and Interfaces|All Packages|Constant Field Values
MavenArchiver.configureReproducibleBuild(String)instead.