-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsonar-project.properties
More file actions
11 lines (10 loc) · 2.43 KB
/
sonar-project.properties
File metadata and controls
11 lines (10 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
sonar.projectKey=org.semanticwb.swbportal:master
sonar.projectName=SWBPortal
sonar.projectVersion=5.0
sonar.java.libraries=$WORKSPACE/SWB/target/SWB-5.0-SNAPSHOT/WEB-INF/lib
sonar.java.binaries=$WORKSPACE/SWB/target/SWB-5.0-SNAPSHOT/WEB-INF/classes
sonar.java.source=1.8
sonar.sourceEncoding=UTF-8
sonar.modules=SWB,SWB3Resources,SWBAdmin,SWBBase,SWBJCR170,SWBModel,SWBNLP,SWBOffice,SWBOfficeComunicationInterfaces,SWBPlatform,SWBPortal,SWBRepositoryManager,SWBSearch,SWBSemanticFileRepository,SWBTOWB3Compatibility,SWBTripleStore,SWBTripleStoreBase,SWBTripleStoreLevelDB,SWBTripleStoreMongo,SWBTripleStoreMongoDB,SWBXMLRPCCommon,SWBXMLRPCServer
sonar.sources=src
sonar.exclusions=src/main/resources/swbadmin/css/**/*,src/main/resources/swbadmin/js/**/*,src/main/java/org/semanticwb/portal/resources/projectdriver/base/*,src/main/java/org/semanticwb/portal/resources/sem/base/*,src/main/java/org/semanticwb/portal/resources/sem/blog/base/*,src/main/java/org/semanticwb/portal/resources/sem/calendar/base/*,src/main/java/org/semanticwb/portal/resources/sem/catalog/base/*,src/main/java/org/semanticwb/portal/resources/sem/contact/base/*,src/main/java/org/semanticwb/portal/resources/sem/directory/base/*,src/main/java/org/semanticwb/portal/resources/sem/documents/base/*,src/main/java/org/semanticwb/portal/resources/sem/events/base/*,src/main/java/org/semanticwb/portal/resources/sem/favoriteWebPagesbase/*,src/main/java/org/semanticwb/portal/resources/sem/forum/base/*,src/main/java/org/semanticwb/portal/resources/sem/genericCalendar/base/*,src/main/java/org/semanticwb/portal/resources/sem/news/base/*,src/main/java/org/semanticwb/portal/resources/sem/newsite/base/*,src/main/java/org/semanticwb/portal/resources/sem/slideshow/base/*,src/main/java/org/semanticwb/portal/resources/sem/video/base/*,src/main/java/org/semanticwb/portal/resources/sem/videolibrary/base/*,src/main/java/org/semanticwb/model/base/*,src/main/java/org/semanticwb/repository/base/*,src/main/webapp/swbadmin/jsp/ImageGallery/FlexSlider/js/*,src/main/webapp/swbadmin/jsp/ImageGallery/FlexSlider/css/*,src/main/webapp/swbadmin/jsp/ImageGallery/FlexSlider/images/*,src/main/webapp/swbadmin/jsp/ImageGallery/JQueryImageGallery/js/*,src/main/webapp/swbadmin/jsp/ImageGallery/JQueryImageGallery/img/*,src/main/webapp/swbadmin/jsp/ImageGallery/ResponsiveImageGallery/js/jquery*,src/main/webapp/swbadmin/jsp/ImageGallery/ResponsiveImageGallery/css/*,src/main/webapp/swbadmin/jsp/ImageGallery/ResponsiveImageGallery/images/*