This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch profiletidy in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
commit 770a95965ba02e8af712616453d1c63663001f85 Author: Sebb <s...@apache.org> AuthorDate: Sat Oct 28 23:53:38 2023 +0100 Unnecessary profiles; use -Dtarget.name instead These profiles just clutter the pom. in any case, they don't cover all possible target names --- pom.xml | 60 ------------------------------------------------------------ 1 file changed, 60 deletions(-) diff --git a/pom.xml b/pom.xml index 7b2c5dd6..76b0e293 100644 --- a/pom.xml +++ b/pom.xml @@ -146,66 +146,6 @@ The following provides more details on the included cryptographic software: </properties> <profiles> - <profile> - <id>win32</id> - <properties> - <target.name>win32</target.name> - </properties> - </profile> - <profile> - <id>win64</id> - <properties> - <target.name>win64</target.name> - </properties> - </profile> - <profile> - <id>mac32</id> - <properties> - <target.name>mac32</target.name> - </properties> - </profile> - <profile> - <id>mac64</id> - <properties> - <target.name>mac64</target.name> - </properties> - </profile> - <profile> - <id>macArm64</id> - <properties> - <target.name>macArm64</target.name> - </properties> - </profile> - <profile> - <id>linux32</id> - <properties> - <target.name>linux32</target.name> - </properties> - </profile> - <profile> - <id>linux64</id> - <properties> - <target.name>linux64</target.name> - </properties> - </profile> - <profile> - <id>linux-arm</id> - <properties> - <target.name>linux-arm</target.name> - </properties> - </profile> - <profile> - <id>linux-armhf</id> - <properties> - <target.name>linux-armhf</target.name> - </properties> - </profile> - <profile> - <id>linux-aarch64</id> - <properties> - <target.name>linux-aarch64</target.name> - </properties> - </profile> <profile> <id>jacoco</id> <activation>