Skip to content

Commit

Permalink
Add SSH keys to test jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 26, 2022
1 parent cf16c8a commit 7994ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
<includeArtifactIds>codingstyle</includeArtifactIds>
<excludeTypes>jar</excludeTypes>
<includes>edu/**/*</includes>
<includes>edu/**/*,ssh/*</includes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7994ed7

Please sign in to comment.