From 962e394186f17b410a4b595e68cd4d08a990c41b Mon Sep 17 00:00:00 2001 From: Vincent Massol Date: Tue, 12 Mar 2019 15:11:14 +0100 Subject: [PATCH] [Misc] Excluding crypto modules from pitest checks, see comment in commit and issue at https://github.com/STAMP-project/pitest-descartes/issues/62 --- .../xwiki-commons-crypto/pom.xml | 24 +++++++++++++++++++ .../xwiki-commons-crypto-cipher/pom.xml | 1 - .../xwiki-commons-crypto-common/pom.xml | 1 - .../xwiki-commons-crypto-password/pom.xml | 1 - .../xwiki-commons-crypto-pkix/pom.xml | 1 - .../xwiki-commons-crypto-signer/pom.xml | 1 - 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/xwiki-commons-core/xwiki-commons-crypto/pom.xml b/xwiki-commons-core/xwiki-commons-crypto/pom.xml index 5837871e2d..3882e2c5c2 100644 --- a/xwiki-commons-core/xwiki-commons-crypto/pom.xml +++ b/xwiki-commons-core/xwiki-commons-crypto/pom.xml @@ -69,4 +69,28 @@ xwiki-commons-crypto-signer xwiki-commons-crypto-store + + + + + + org.pitest + pitest-maven + + + pitest-check + + mutationCoverage + + + true + + + + + + + diff --git a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/pom.xml b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/pom.xml index 6f8203dee9..832c783e62 100644 --- a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/pom.xml +++ b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/pom.xml @@ -32,7 +32,6 @@ Provides confidentiality throught encryption 0.70 - 36 Cryptographic Services for Confidentiality diff --git a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml index 623b0be813..da66a4d0c7 100644 --- a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml +++ b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/pom.xml @@ -32,7 +32,6 @@ API common to all crypto modules 0.62 - 69 Cryptographic Services Common API diff --git a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-password/pom.xml b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-password/pom.xml index b9c7eee9f3..59cadcb35a 100644 --- a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-password/pom.xml +++ b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-password/pom.xml @@ -32,7 +32,6 @@ Provides passwords encryption and validation 0.65 - 81 Cryptographic Services for Password Encryption diff --git a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/pom.xml b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/pom.xml index f34526dbb3..f50465c7ef 100644 --- a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/pom.xml +++ b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/pom.xml @@ -32,7 +32,6 @@ Provides X.509 certificates management 0.76 - 82 Cryptographic Services for Authentication diff --git a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/pom.xml b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/pom.xml index 893292ccd4..e6f52faa6a 100644 --- a/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/pom.xml +++ b/xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/pom.xml @@ -32,7 +32,6 @@ Provides integrity using signature 0.71 - 75 Cryptographic Services for Integrity