Skip to content

15knots/sshj.osgi.tests

Repository files navigation

sshj.osgi.tests

Tests how sshj behaves in an OSGI environment

How to use

  1. Check out the source code of sshj.
  2. Adjust the sshj.version property in sshj.osgi.tests/pom.xml to match the check out sshj code.
  3. Build sshj and copy its artifacts to your local maven repository: sshj/gradlew publishToMavenLocal.
  4. Run tests for OSGI environment: mvn -f sshj.osgi.tests verify. You may wish to specify the version of sshj under test on the command-line, like this mvn -f sshj.osgi.tests -Dsshj.version=0.19.2-dev.5+ac2720b verify
  5. Fix errors in sshj and continue with step 3.

About

Tests how sshj behaves in an OSGI environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages