Uses of Class
org.apache.maven.plugins.assembly.format.AssemblyFormattingException
Package
Description
-
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.archive
Modifier and TypeMethodDescriptionAssemblyArchiver.createArchive
(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, FileTime sourceDateEpoch) Create the assembly archive.DefaultAssemblyArchiver.createArchive
(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, FileTime outputTimestamp) Create the assembly archive. -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.archive.phase
Modifier and TypeMethodDescriptionvoid
AssemblyArchiverPhase.execute
(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.void
DependencySetAssemblyPhase.execute
(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.void
FileItemAssemblyPhase.execute
(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.void
FileSetAssemblyPhase.execute
(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.void
ModuleSetAssemblyPhase.execute
(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor. -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.archive.task
Modifier and TypeMethodDescriptionvoid
AddArtifactTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) void
AddDependencySetsTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) void
AddFileSetsTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) void
ArchiverTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.format
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.components.io.functions.InputStreamTransformer
ReaderFormatter.getFileSetTransformers
(AssemblerConfigurationSource configSource, boolean isFiltered, Set<String> nonFilteredFileExtensions, String fileSetLineEnding) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.functions
-
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.model
Modifier and TypeMethodDescriptionstatic void
Assemblies.forEachModuleSet
(Assembly assembly, ModuleSetConsumer moduleSetConsumer) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.utils
Modifier and TypeMethodDescriptionstatic LineEndings
LineEndingsUtils.getLineEnding
(String lineEnding) static String
LineEndingsUtils.getLineEndingCharacters
(String lineEnding) Returns the appopriate line ending characters for the specified stylestatic String
AssemblyFormatUtils.getOutputDirectory
(String output, String finalName, AssemblerConfigurationSource configSource, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator moduleProjectIntrpolator, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator artifactProjectInterpolator) ORDER OF INTERPOLATION PRECEDENCE: Support for special expressions, like ${finalName} (use the assembly plugin configuration not the build config) prefixed with "module." if moduleProject is non-null MavenProject instance for module being assembled prefixed with "artifact." if artifactProject is non-null MavenProject instance for artifact user-defined properties from the command line prefixed with "pom." or "project.", or no prefix at all MavenProject instance from current build properties from main project system properties, from the MavenSession instance (to support IDEs) environment variables.static String
AssemblyFormatUtils.getOutputDirectory
(String output, org.apache.maven.project.MavenProject artifactProject, String finalName, AssemblerConfigurationSource configSource) ORDER OF INTERPOLATION PRECEDENCE: Support for special expressions, like ${finalName} (use the assembly plugin configuration not the build config) prefixed with "module." if moduleProject is non-null MavenProject instance for module being assembled prefixed with "artifact." if artifactProject is non-null MavenProject instance for artifact user-defined properties from the command line prefixed with "pom." or "project.", or no prefix at all MavenProject instance from current build properties from main project system properties, from the MavenSession instance (to support IDEs) environment variables.static int