From 7994ed7d067523fde34b43c1c025b11d47a322ce Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Sat, 26 Mar 2022 15:04:46 +0100 Subject: [PATCH] Add SSH keys to test jar. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ce9383..c981b39 100644 --- a/pom.xml +++ b/pom.xml @@ -209,7 +209,7 @@ ${project.build.directory}/test-classes codingstyle jar - edu/**/* + edu/**/*,ssh/*