Unpack project dependencies. Currently supports dependencies of type jar and zip.
Mojo Attributes:
test| Name | Type | Description |
|---|---|---|
| finalName | String |
The filename of the assembled distribution file. |
| outputDirectory | File |
The output directory of the assembled distribution file. |
| workDirectory | File |
Directory to unpack JARs into if needed |
| Name | Type | Description |
|---|---|---|
| artifactResolver | ArtifactResolver |
No description. |
| classifier | String |
No description. |
| localRepository | ArtifactRepository |
No description. |
No Description.
org.apache.maven.artifact.resolver.ArtifactResolverNojava.lang.StringNo${classifier}java.lang.StringYes${project.build.finalName}org.apache.maven.artifact.repository.ArtifactRepositoryNo${localRepository}java.io.FileYes${project.build.directory}java.io.FileYes${project.build.directory}/assembly/work