diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm index eed3963..726098d 100644 --- a/src/site/apt/usage.apt.vm +++ b/src/site/apt/usage.apt.vm @@ -127,3 +127,69 @@ mvn ... -Djarsigner.skip=true * How to use encrypted password Since version 1.3, you can pass to the plugin some password encrypted by the maven encryption mechanism. + +* Some issue with Plexus project that extracted XML part from plexus-utils + +... + + ... + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 3.1.0 + + + org.codehaus.plexus + plexus-xml + 4.1.0 + + + + + ... + + ... + + ... + + org.apache.maven.plugins + maven-jarsigner-plugin + + + org.codehaus.plexus + plexus-utils + 4.0.2 + + + org.codehaus.plexus + plexus-xml + 4.1.0 + + + + + sign-jars + + sign + + + + verify-jars + + verify + + + + + true + true + ... + + + ... + + ... + +