[tag libraries] [tags]
The following document contains a summary of all theJellytag libraries.
[tag libraries] [tags]
| Library | Description |
|---|---|
| jelly:eclipse | |
| jelly:tags |
| Tag Name | Description |
|---|---|
| updatePluginLibs | update the Eclipse plugin descriptor with project dependency informations |
| Tag Name | Description |
|---|---|
| adaptVersion | Adapt an artifact version to make it match Eclipse plugin expected version : only valid chars will be kept.
Valid values are ones of ([0..9]|\.). Also if the version to adapt contains only two digits, ".0" will appended at the end so that it matches Eclipse Update Manager expectations (3 digits required). examples :
|
| findLicense | This class has been copied from maven-nbm-plugin. It is the more straightforward way to reuse the code, however we should see in which way it is possible to extract java classes in some abstract plugin library shared by those maven-[ide-plugin]-plugin. |
[tag libraries] [tags]
update the Eclipse plugin descriptor with project dependency informations
| Attribute Name | Type | Description |
|---|---|---|
| pom | Project | the project descriptor of the Eclipse plugin under construction |
| trim | boolean |
Adapt an artifact version to make it match Eclipse plugin expected version : only valid chars will be kept.
Valid values are ones of ([0..9]|\.). Also if the version to adapt contains only two digits, ".0" will appended at the end so that it matches Eclipse Update Manager expectations (3 digits required).
examples :
| Attribute Name | Type | Description |
|---|---|---|
| trim | boolean | |
| var | String | the name under which the adapted version will be put in the jelly context |
| version | String | the version to adapt |
This class has been copied from maven-nbm-plugin. It is the more straightforward way to reuse the code, however we should see in which way it is possible to extract java classes in some abstract plugin library shared by those maven-[ide-plugin]-plugin.
| Attribute Name | Type | Description |
|---|---|---|
| jarFile | File | Setter for property jarFile. |
| trim | boolean | |
| var | String |