Skip to content
Snippets Groups Projects
Commit 84d027a6 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): pom.xml

add sonar properties file to exclude list for maven release plugin
parent ce542625
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
<configuration>
<checkModificationExcludes>
<checkModificationExclude>package-lock.json</checkModificationExclude>
<checkModificationExclude>sonar-project.properties</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
......
......@@ -13,4 +13,3 @@ sonar.ts.tslintconfigpath=tslint.json
sonar.ts.lcov.reportpath=coverage/lcov.info
sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.typescript.exclusions=**/node_modules/**,**/assembly/**,**/typings.d.ts,**/main.ts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment