Serialized Form
-
Package org.apache.maven.plugins.antrun.taskconfig
-
Class org.apache.maven.plugins.antrun.taskconfig.AttachArtifactConfiguration extends java.lang.Object implements Serializable
-
Serialized Fields
-
_file_placeholder
java.lang.String _file_placeholder
The file to attach to the project. -
classifier
java.lang.String classifier
A classifier assigned to the artifact. -
file
java.io.File file
-
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
type
java.lang.String type
The type of the artifact, zip, war, etc.
-
-
-
Class org.apache.maven.plugins.antrun.taskconfig.DependencyFilesetsConfiguration extends java.lang.Object implements Serializable
-
Serialized Fields
-
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
prefix
java.lang.String prefix
String to prepend to all fileset IDs. -
projectDependenciesId
java.lang.String projectDependenciesId
RefId for the fileset containing all project dependencies. -
scopes
java.lang.String scopes
Comma separated list of artifact scopes to include. -
types
java.lang.String types
Comma separated list of artifact types to include.
-
-
-