File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 15
15
<description >FIAP SOAT1 2023 - Group 63 - Payment microservice</description >
16
16
<properties >
17
17
<java .version>17</java .version>
18
+
19
+ <sonar .exclusions>
20
+ **/dto/**/*,
21
+ **/domain/**/*
22
+ **/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentPersistenceEntity.class
23
+ **/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentJpaAdapter.class
24
+ **/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.class
25
+ **/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.class
26
+ </sonar .exclusions>
27
+ <sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
28
+ <sonar .jacoco.reportPath>${project.basedir} /../target/jacoco.exec</sonar .jacoco.reportPath>
29
+ <sonar .coverage.exclusions>
30
+ **/dto/**/*,
31
+ **/domain/**/*
32
+ **/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentPersistenceEntity.class
33
+ **/br/com/grupo63/techchallenge/payment/gateway/payment/PaymentJpaAdapter.class
34
+ **/br/com/grupo63/techchallenge/payment/gateway/payment/MercadoPagoGateway.class
35
+ **/br/com/grupo63/techchallenge/payment/ServicePaymentApplication.class
36
+ </sonar .coverage.exclusions>
37
+ <jacoco .version>0.7.5.201505241946</jacoco .version>
18
38
</properties >
19
39
20
40
<repositories >
You can’t perform that action at this time.
0 commit comments