Skip to content

Commit

Permalink
Docco [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 19, 2023
1 parent fb23260 commit 96d82ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,28 @@ The following provides more details on the included cryptographic software:

</description>

<!--
Notes on testing:
mvn -q exec:java -Dexec.mainClass=org.apache.commons.crypto.Crypto
- run a basic JNI test
-Djni.library.path=override default JNI library path (system dependent)
-Djni.library.name=override default JNI library name (libcrypto)
mvn -q exec:java -Dexec.mainClass=org.apache.commons.crypto.jna.OpenSslJna
- run a basic JNA test
-Djna.library.path=override default JNA library path (system dependent)
-Dcommons.crypto.OpenSslNativeJna=override default library name
Running examples (these are under the test tree, so need test scope):
mvn -q -Dexec.classpathScope=test -Dexec.mainClass=org.apache.commons.crypto.examples.CLASSNAME
where CLASSNAME is CipherByteArrayExample, CipherByteBufferExample, RandomExample, StreamExample
Additional options
-Djna.debug_load - debug JNA loading
-Dcommons.crypto.debug - add some Commons Crypto debugging
-->

<inceptionYear>2016</inceptionYear>
<url>https://commons.apache.org/proper/commons-crypto/</url>

Expand Down

0 comments on commit 96d82ee

Please sign in to comment.