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 @@ ...@@ -41,6 +41,7 @@
<configuration> <configuration>
<checkModificationExcludes> <checkModificationExcludes>
<checkModificationExclude>package-lock.json</checkModificationExclude> <checkModificationExclude>package-lock.json</checkModificationExclude>
<checkModificationExclude>sonar-project.properties</checkModificationExclude>
</checkModificationExcludes> </checkModificationExcludes>
</configuration> </configuration>
</plugin> </plugin>
......
...@@ -13,4 +13,3 @@ sonar.ts.tslintconfigpath=tslint.json ...@@ -13,4 +13,3 @@ sonar.ts.tslintconfigpath=tslint.json
sonar.ts.lcov.reportpath=coverage/lcov.info sonar.ts.lcov.reportpath=coverage/lcov.info
sonar.typescript.lcov.reportPaths=coverage/lcov.info sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.typescript.exclusions=**/node_modules/**,**/assembly/**,**/typings.d.ts,**/main.ts 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