Full name:
org.apache.maven.plugins:maven-reactor-plugin:1.1:make-dependents
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
artifactList | String | - | A list of artifacts to build, e.g.
"com.mycompany:bar,com.mycompany:foo" or just "foo,bar", or just
"foo" User property is: make.artifacts. |
folderList | String | - | A list of relative paths to build, e.g. "foo,baz/bar" User property is: make.folders. |
Name | Type | Since | Description |
---|---|---|---|
baseDir | File | - | Location of the POM file; provided by Maven User property is: basedir. |
collectedProjects | List | - | A list of every project in this reactor; provided by Maven User property is: project.collectedProjects. |
continueFromFolder | File | - | The project folder from which we'll resume User property is: from. |
continueFromProject | String | - | The artifact from which we'll resume, e.g. "com.mycompany:foo" or
just "foo" User property is: fromArtifact. |
defaultGroup | String | - | If you don't specify a groupId in your artifactList, we'll use this
as the default groupId. Default value is: ${project.groupId}. User property is: make.group. |
goals | String | - | Goals to run on subproject. Default value is: install. User property is: make.goals. |
printOnly | boolean | - | Don't really do anything; just print a command that describes what
the command would have done User property is: make.printOnly. |