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 TypeMethodDescriptionvoidAssemblyArchiverPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidDependencySetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidFileItemAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidFileSetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.voidModuleSetAssemblyPhase.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 TypeMethodDescriptionvoidAddArtifactTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) voidAddDependencySetsTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) voidAddFileSetsTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) voidArchiverTask.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.InputStreamTransformerReaderFormatter.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 voidAssemblies.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 LineEndingsLineEndingsUtils.getLineEnding(String lineEnding) static StringLineEndingsUtils.getLineEndingCharacters(String lineEnding) Returns the appopriate line ending characters for the specified stylestatic StringAssemblyFormatUtils.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 StringAssemblyFormatUtils.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