Name | Type | Since | Description |
suffix | String | 1.0.0 | Suffix to add to the end of the property name. This comes after the relative suffix if applicable. |
includes | Set | 1.0.0 | List of dependencies to include. Specified as groupId:artifactId:type:[classifier]. |
excludes | Set | 1.0.0 | List of dependencies to exclude. Specified as groupId:artifactId:type:[classifier]. |
relativeTo | File | 1.0.0 | The resulting paths will be relative to the given path. Otherwise, paths will be absolute. |
transitive | Boolean | 1.0.0 | Set to false to ignore transitive dependencies. Default value is: true. |
autoRelativeSuffix | Boolean | 1.0.0 | Set to false if you want to disable the automatic ".relative" suffix when relativeTo is set. Default value is: true. |