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, boolean recompressZippedFiles, String mergeManifestMode, Date sourceDateEpoch) Create the assembly archive.DefaultAssemblyArchiver.createArchive
(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, boolean recompressZippedFiles, String mergeManifestMode, Date 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 TypeMethodDescription(package private) void
ModuleSetAssemblyPhase.addModuleArtifact
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject project, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, ModuleBinaries binaries) (package private) void
ModuleSetAssemblyPhase.addModuleBinaries
(Assembly assembly, ModuleSet moduleSet, ModuleBinaries binaries, Set<org.apache.maven.project.MavenProject> projects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) (package private) void
ModuleSetAssemblyPhase.addModuleSourceFileSets
(ModuleSources sources, Set<org.apache.maven.project.MavenProject> moduleProjects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) (package private) FileSet
ModuleSetAssemblyPhase.createFileSet
(FileSet fileSet, ModuleSources sources, org.apache.maven.project.MavenProject moduleProject, AssemblerConfigurationSource configSource) void
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.void
RepositoryAssemblyPhase.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 TypeMethodDescription(package private) void
AddDependencySetsTask.addDependencySet
(DependencySet dependencySet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) (package private) void
AddFileSetsTask.addFileSet
(FileSet fileSet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, File archiveBaseDir) private void
AddDependencySetsTask.addNonArchiveDependency
(org.apache.maven.artifact.Artifact depArtifact, org.apache.maven.project.MavenProject depProject, DependencySet dependencySet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) private void
AddDependencySetsTask.addNormalArtifact
(DependencySet dependencySet, org.apache.maven.artifact.Artifact depArtifact, org.apache.maven.project.MavenProject depProject, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, org.codehaus.plexus.components.io.functions.InputStreamTransformer fileSetTransformers) private void
AddArtifactTask.asFile
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, String destDirectory) void
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) (package private) File
AddFileSetsTask.getFileSetDirectory
(FileSet fileSet, File basedir, File archiveBaseDir) -
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 String
AssemblyFormatUtils.evaluateFileNameMapping
(String expression, org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject mainProject, org.apache.maven.artifact.Artifact moduleArtifact, AssemblerConfigurationSource configSource, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator moduleProjectInterpolator, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator artifactProjectInterpolator) ORDER OF INTERPOLATION PRECEDENCE: prefixed with "module.", if moduleProject != null Artifact instance for module, if moduleArtifact != null ArtifactHandler instance for module, if moduleArtifact != null MavenProject instance for module prefixed with "artifact." Artifact instance ArtifactHandler instance for artifact MavenProject instance for artifact prefixed with "pom." or "project." MavenProject instance from current build no prefix, using main project instance MavenProject instance from current build Support for special expressions, like ${dashClassifier?} user-defined properties from the command line properties from main project system properties, from the MavenSession instance (to support IDEs) environment variables.static 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