Goal that resolves all project dependencies, including plugins and reports and their dependencies.
Mojo Attributes:
testresolve-plugins prior to executing itself.| Name | Type | Description |
|---|---|---|
| markersDirectory | File |
Directory to store flag files |
| Name | Type | Description |
|---|---|---|
| classifier | String |
Specify classifier to look for. Example: sources |
| excludeTransitive | boolean |
If we should exclude transitive dependencies Default value is false. |
| excludeTypes | String |
Comma Separated list of Types to exclude. Empty String indicates don't exclude anything (default). Ignored if includeTypes is used. |
| includeTypes | String |
Comma Separated list of Types to include. Empty String indicates include everything (default). |
| mavenProjectBuilder | MavenProjectBuilder |
Artifact factory, needed to download source jars. |
| overWriteReleases | boolean |
Overwrite release artifacts Default value is false. |
| overWriteSnapshots | boolean |
Overwrite snapshot artifacts Default value is true. |
| silent | boolean |
If the plugin should be silent. Default value is false. |
| type | String |
Specify type to look for when constructing artifact based on classifier. Example: java-source,jar,war Default value is java-source. |
java.lang.StringNo${classifier}booleanNo${excludeTransitive}falsejava.lang.StringNo${excludeTypes}java.lang.StringNo${includeTypes}java.io.FileYes${project.build.directory}/dependency-maven-plugin-markersorg.apache.maven.project.MavenProjectBuilderNobooleanNo${overWriteReleases}falsebooleanNo${overWriteSnapshots}truebooleanNo${silent}falsejava.lang.StringNo${type}java-source