Uses of Class
org.apache.maven.plugins.assembly.format.AssemblyFormattingException
Packages that use AssemblyFormattingException
Package
Description
-
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.archive
Methods in org.apache.maven.plugins.assembly.archive that throw AssemblyFormattingExceptionModifier 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
Methods in org.apache.maven.plugins.assembly.archive.phase that throw AssemblyFormattingExceptionModifier 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
Methods in org.apache.maven.plugins.assembly.archive.task that throw AssemblyFormattingExceptionModifier 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
Methods in org.apache.maven.plugins.assembly.format that throw AssemblyFormattingExceptionModifier 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
Methods in org.apache.maven.plugins.assembly.functions that throw AssemblyFormattingException -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model that throw AssemblyFormattingExceptionModifier and TypeMethodDescriptionstatic void
Assemblies.forEachModuleSet
(Assembly assembly, ModuleSetConsumer moduleSetConsumer) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.utils
Methods in org.apache.maven.plugins.assembly.utils that throw AssemblyFormattingExceptionModifier 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