Defining Custom Properties for Repositories
You can define custom properties for a repository by using the Configurations > repositoryAdvancedProperties.properties
file. To define new custom properties for a repository, complete the following the steps:
- Procedure
- From the Project Explorer, navigate to Configurations and open the
repositoryAdvancedProperties.properties
file. -
Add new properties in the following format
key=Datatype#Value
. For example,match=String#false,true
.For a multivalue property, add comma separated values. You can view repository specific properties and edit their values in Properties > Advanced.