PropertySet

NameTypeSinceDescription
suffixString1.0.0Suffix to add to the end of the property name. This comes after the relative suffix if applicable.
includesSet1.0.0List of dependencies to include. 
Specified as groupId:artifactId:type:[classifier].
excludesSet1.0.0List of dependencies to exclude. 
Specified as groupId:artifactId:type:[classifier].
relativeToFile1.0.0The resulting paths will be relative to the given path. Otherwise, paths will be absolute.
transitiveBoolean1.0.0Set to false to ignore transitive dependencies. 
Default value is: true.
autoRelativeSuffixBoolean1.0.0Set to false if you want to disable the automatic ".relative" suffix when relativeTo is set. 
Default value is: true.