java - How to include only a single file in sonar build.xml -


how include single file in sonar build.xml?

i know how exclude selected files sonar, want how include selected files.

see http://docs.codehaus.org/display/sonar/narrowing+the+focus, "sonar.inclusions" property.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -