diff --git a/bcprov/pom.xml b/bcprov/pom.xml index ba58e86..6069bce 100644 --- a/bcprov/pom.xml +++ b/bcprov/pom.xml @@ -10,22 +10,27 @@ sshsig-bcprov + SSHSIG :: Tests for org.bouncycastle:bcprov + true + true + true true + de.profhenry.sshsig sshsig-core + test org.bouncycastle - bcprov-jdk18on + bcprov-debug-jdk18on + test - - org.junit.jupiter junit-jupiter-api diff --git a/core/pom.xml b/core/pom.xml index 0a79139..27f2a6d 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -43,41 +43,4 @@ - - - - maven-surefire-plugin - - - - test-jdk17 - test - - test - - - - 17 - - ${project.build.directory}/surefire-reports/jkd17 - - - - - - - diff --git a/i2pcrypto/pom.xml b/i2pcrypto/pom.xml index 223f167..29b86c3 100644 --- a/i2pcrypto/pom.xml +++ b/i2pcrypto/pom.xml @@ -10,22 +10,27 @@ sshsig.i2pcrypto + SSHSIG :: Tests for net.i2p.crypto:eddsa + true + true + true true + de.profhenry.sshsig sshsig-core + test net.i2p.crypto eddsa + test - - org.junit.jupiter junit-jupiter-api diff --git a/mina/pom.xml b/mina/pom.xml index 36da934..4f71dec 100644 --- a/mina/pom.xml +++ b/mina/pom.xml @@ -10,7 +10,7 @@ sshsig-mina - SSHSIG :: (Apache Mina SSH-Agent Support) + SSHSIG :: Apache Mina SSH-Agent Support diff --git a/pom.xml b/pom.xml index d4f411b..a0fa594 100755 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,7 @@ 1.0.0-SNAPSHOT pom + SSHSIG :: Parent Java implementation of the OpenSSH lightweight signature (and verification) ability. @@ -85,7 +86,6 @@ slf4j-api ${version.slf4j} - net.i2p.crypto eddsa @@ -93,7 +93,7 @@ org.bouncycastle - bcprov-jdk18on + bcprov-debug-jdk18on 1.76 @@ -129,10 +129,10 @@ - bcprov core - i2pcrypto mina + bcprov + i2pcrypto @@ -142,12 +142,52 @@ org.apache.maven.plugins maven-surefire-plugin 3.2.2 + + + default-test + never + + + junit-jdk8 + test + + test + + + + 8 + + ${project.build.directory}/surefire-reports/jdk8 + + + + junit-jdk17 + test + + test + + + + 17 + + ${project.build.directory}/surefire-reports/jdk17 + + + org.apache.maven.plugins maven-toolchains-plugin 3.1.0 + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + true + + org.apache.maven.plugins maven-source-plugin