diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-02-24 14:54:52 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-02-24 14:54:52 +0100 |
commit | 1b7eafab13aaf4ac1d9a7fbe72fb18035fded1f5 (patch) | |
tree | fde75209a5caff7cdd8f68d1982ba77495049e44 /org.eclipse.jgit.gpg.bc.test/pom.xml | |
parent | 43b651ea9327b22d3d7187edd2ac47233aa7b405 (diff) | |
parent | 9bfb0f3a4ec856dcbebb477a1ee8803a3c47c194 (diff) | |
download | jgit-1b7eafab13aaf4ac1d9a7fbe72fb18035fded1f5.tar.gz jgit-1b7eafab13aaf4ac1d9a7fbe72fb18035fded1f5.zip |
Merge branch 'master' into stable-5.11
* master: (35 commits)
[releng] japicmp: update last release version
IgnoreNode: include path to file for invalid .gitignore patterns
FastIgnoreRule: include bad pattern in log message
init: add config option to set default for the initial branch name
init: allow specifying the initial branch name for the new repository
Fail clone if initial branch doesn't exist in remote repository
GPG: fix reading unprotected old-format secret keys
Update Orbit to S20210216215844
Add missing bazel dependency for o.e.j.gpg.bc.test
GPG: handle extended private key format
dfs: handle short copies
[GPG] Provide a factory for the BouncyCastleGpgSigner
Fix boxing warnings
GPG: compute the keygrip to find a secret key
GPG signature verification via BouncyCastle
Post commit hook failure should not cause commit failure
Allow to define additional Hook classes outside JGit
GitHook: use default charset for output and error streams
GitHook: use generic OutputStream instead of PrintStream
Update jetty to 9.4.36.v20210114
...
Change-Id: I1cf5ab262c67b986e82422c48dfc103e335d28cc
Diffstat (limited to 'org.eclipse.jgit.gpg.bc.test/pom.xml')
-rw-r--r-- | org.eclipse.jgit.gpg.bc.test/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit.gpg.bc.test/pom.xml b/org.eclipse.jgit.gpg.bc.test/pom.xml index f244fb4769..cac7e151e9 100644 --- a/org.eclipse.jgit.gpg.bc.test/pom.xml +++ b/org.eclipse.jgit.gpg.bc.test/pom.xml @@ -85,6 +85,12 @@ <sourceDirectory>src/</sourceDirectory> <testSourceDirectory>tst/</testSourceDirectory> + <testResources> + <testResource> + <directory>tst-rsrc/</directory> + </testResource> + </testResources> + <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> |