]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3750 Add ability to share Exclusion rules between several projects
authorDavid Gageot <david@gageot.net>
Fri, 21 Sep 2012 10:40:35 +0000 (12:40 +0200)
committerDavid Gageot <david@gageot.net>
Fri, 21 Sep 2012 10:40:35 +0000 (12:40 +0200)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java

index 5fcbd453d7332979457ba6af8122f84d6ce352aa..f13c9e1b2759578ed5b6d0c5d82f0ec8451529bf 100644 (file)
@@ -135,7 +135,7 @@ import java.util.List;
     name = "Exclusions",
     description = "Exclude sources from code analysis. Changes will be applied during next code analysis.",
     project = true,
-    global = false,
+    global = true,
     multiValues = true,
     category = CoreProperties.CATEGORY_EXCLUSIONS),
   @Property(