[java-idp-integration-tests] branch main updated: Use correct Maven phase to install real cert
Tom Zeller
tzeller at dragonacea.biz
Sun Feb 4 21:27:37 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=e45cc19f587d485cde8964bc48905d92147920f7
The following commit(s) were added to refs/heads/main by this push:
new e45cc19 Use correct Maven phase to install real cert
e45cc19 is described below
commit e45cc19f587d485cde8964bc48905d92147920f7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Feb 4 15:27:28 2024 -0600
Use correct Maven phase to install real cert
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f372583..4a2a58a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,7 @@
<executions>
<execution>
<id>set-up-tests-pfx</id>
- <phase>package</phase>
+ <phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list