Graph the current project.
Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
artifactFactory (Optional) (Discovered) |
ArtifactFactory
|
-
|
-
|
Artifact factory, needed to download source jars for inclusion in classpath. |
artifactResolver (Optional) (Discovered) |
ArtifactResolver
|
-
|
-
|
Artifact resolver, needed to download source jars for inclusion in classpath. |
executedProject (Optional) |
MavenProject
|
${executedProject}
|
-
|
The currently executed project (can be a reactor project). |
localRepository
|
ArtifactRepository
|
${localRepository}
|
-
|
Local maven repository. |
project
|
MavenProject
|
${project}
|
-
|
The project whose project files to create. |
reactorProjects
|
List
|
${reactorProjects}
|
-
|
If the executed project is a reactor project, this will contains the full list of projects in the reactor. |
remoteArtifactRepositories
|
List
|
${project.remoteArtifactRepositories}
|
-
|
Remote repositories which will be searched for source attachments. |