Serialized Form
Class org.apache.maven.BuildFailureException extends Exception implements Serializable |
Class org.apache.maven.ConfigurationInterpolationException extends Exception implements Serializable |
serialVersionUID: 1L
Class org.apache.maven.SettingsConfigurationException extends Exception implements Serializable |
lineNumber
int lineNumber
columnNumber
int columnNumber
Package org.apache.maven.it |
Package org.apache.maven.it.util.cli |
Package org.apache.maven.model.converter |
groupId
String groupId
artifactId
String artifactId
version
String version
Package org.apache.maven.model.converter.relocators |
pluginRelocatorId
String pluginRelocatorId
Package org.apache.maven.reporting |
Package org.apache.maven.shared.artifact.filter.collection |
serialVersionUID: 1L
Package org.apache.maven.shared.dependency.analyzer |
serialVersionUID: -5954447543668196977L
Package org.apache.maven.shared.dependency.tree |
serialVersionUID: -3525803081807951764L
Package org.apache.maven.shared.downloader |
Package org.apache.maven.shared.filtering |
Package org.apache.maven.shared.invoker |
serialVersionUID: 1L
serialVersionUID: 1L
Package org.apache.maven.shared.io.download |
serialVersionUID: 1L
url
String url
Package org.apache.maven.shared.io.scan |
Package org.apache.maven.shared.model.fileset |
directory
String directory
- Absolute or relative from the module's
directory. For
example, "src/main/bin" would select this
subdirectory
of the project in which this dependency is
defined.
lineEnding
String lineEnding
- Controls the line-endings of files in this
fileSet.
Valid values:
- "keep" - Preserve all line
endings
- "unix" - Use Unix-style line
endings
- "lf" - Use a single line-feed line
endings
- "dos" - Use DOS-style line
endings
- "crlf" - Use Carraige-return,
line-feed line endings
modelEncoding
String modelEncoding
- Field modelEncoding.
type
String type
- Specifies a built-in mapper implementation.
Valid values:
- "flatten" -
The target file name is identical to the
source file name, with all leading
directory information stripped off. Both
to and from will be ignored.
- "glob" -
Both to and from define patterns that may
contain at most one *. For each source
file that matches the from pattern, a
target file name will be constructed from
the to pattern by substituting the * in
the to pattern with the text that matches
the * in the from pattern. Source file
names that don't match the from pattern
will be ignored.
- "regexp" -
Both to and from define regular
expressions. If the source file name matches the
from pattern, the target file name will be
constructed from the to pattern, using
\0 to \9 as back-references for the full
match (\0) or the matches of the
subexpressions in parentheses. Source
files not matching the from pattern will be
ignored.
- "merge" -
The target file name will always be the
same, as defined by to. from will be
ignored.
- "package" -
Sharing the same syntax as the glob
mapper, the package mapper replaces directory
separators found in the matched source
pattern with dots in the target pattern
placeholder.
- "unpackage" -
This mapper is the inverse of the package
mapper. It replaces the dots in a
package name with directory separators.
This is useful for matching XML formatter
results against their JUnit test test
cases. The mapper shares the sample syntax
as the glob mapper.
from
String from
- Specifies a type-specific pattern for matching
source paths which should be mapped.
to
String to
- Specifies a type-specific pattern for producing
paths based on source paths.
classname
String classname
- Allows specification of a custom mapper
implementation. The class must be of type
org.apache.maven.shared.model.fileset.mappers.FileNameMapper,
from the artifact
org.apache.maven.shared:file-management.
followSymlinks
boolean followSymlinks
- Specifies whether symbolic links should be
traversed, or handled as-is.
outputDirectory
String outputDirectory
- Specifies the output directory relative to the
root
of the root directory of the assembly. For
example,
"log" will put the specified files in the log
directory.
useDefaultExcludes
boolean useDefaultExcludes
- Whether to include exclusion patterns for common
temporary and SCM control
files (true by default).
includes
List<E> includes
- Field includes.
excludes
List<E> excludes
- Field excludes.
fileMode
String fileMode
- Similar to a UNIX permission. Format:
(User)(Group)(Other) where each
component is a sum of Read = 4, Write = 2, and
Execute = 1. For example,
the default value of 0644 translates to User
read-write, Group and Other
read-only.
(more
on unix-style
permissions)
directoryMode
String directoryMode
- Similar to a UNIX permission. Format:
(User)(Group)(Other) where each
component is a sum of Read = 4, Write = 2, and
Execute = 1. For example,
the default value of 0755 translates to User
read-write, Group and Other
read-only.
(more
on unix-style
permissions)
mapper
Mapper mapper
- Specifies the mapper used.
Package org.apache.maven.shared.model.fileset.mappers |
serialVersionUID: 20064059145045044L
Package org.apache.maven.shared.osgi |
Package org.apache.maven.shared.repository |
serialVersionUID: 1L
Package org.apache.maven.shared.runtime |
serialVersionUID: 5233832086526764232L
groupId
String groupId
- The Maven project group id.
artifactId
String artifactId
- The Maven project artifact id.
version
String version
- The Maven project version.
serialVersionUID: 7668151717170021128L
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.