We have set the repository default rule to exclude the following patterns for scanning into the repository.
**/*.jar
**/*.zip
**/*.tar
**/*.bin
**/*.war
**/*.rar
**/*.exe
**/*.bin
**/*.obj
**/*.o
**/*.dll
**/*.lib
**/*.msi
This rule ensures that none of the repositories scans the above mentioned file type.
Now we wanted to disable this rule of a single repository. How can we disable this for a single repository? We wanted that a particular repository should be able to scan the above mentioned file types despite there is a default rule prohibiting the indexing of such files.
Please note that if I am trying to add the above mentioned patterns in the include path of the specific repository, it is not at all indexing that repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.