| Attribute | Description | Type | Required? |
| name | Project name | String | Yes |
| greatest |
Boolean to indicate if the ear is to be generated for the greatest available version of the project. When this attribute is true, the project name should not include the version attribute. For example, if MyProject-1.0, MyProject-2.0 and MyProject-2.1 are deployed, when this task is execute for MyProject, the ear will be generated for MyProject-2.1. Note that being the greatest version does not mean that it is the active process. Version 1.0 may be the active one while Version 2.0 may be deprecated. In this case, the active is 1.0 while the greatest is 2.0.
|
boolean |
No Defaults to false.
|