[java-idp-plugin-jetty] branch main updated: JJETTY-17 Bugs in early alpha of version 2
Rod Widdowson
rdw at steadingsoftware.com
Sun Aug 17 13:07:24 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=7ed194470ae1c45a620d5ed7cff7be4d012e4145
The following commit(s) were added to refs/heads/main by this push:
new 7ed1944 JJETTY-17 Bugs in early alpha of version 2
7ed1944 is described below
commit 7ed194470ae1c45a620d5ed7cff7be4d012e4145
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 17 14:06:54 2025 +0100
JJETTY-17 Bugs in early alpha of version 2
https://shibboleth.atlassian.net/browse/JJETTY-17
Tidy up help text
---
.../idp/plugin/jetty/cli/impl/JettyDownloadArguments.java | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java b/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java
index 6ad8986..ec5cab0 100644
--- a/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java
+++ b/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java
@@ -83,16 +83,15 @@ public class JettyDownloadArguments extends AbstractIdPHomeAwareCommandLineArgum
@Override public void printHelp(final @Nonnull PrintStream out) {
super.printHelp(out);
out.println();
- out.println(String.format(" %-22s %s", "-v, --downloadVersion", "(Maven) Version to download (REQUIRED)"));
out.println(String.format(" %-22s %s", "--noascfile", "Whether to download the gpg signature and do a sig check. Defaults false"));
out.println(String.format(" %-22s %s", "--nosigcheck", "Whether signature check the gpg signature against the trustore. Defaults false"));
out.println(String.format(" %-22s %s", "--nonounpack", "Whether unpack the zip/tar.gz file after download. Defaults false"));
out.println();
out.println(String.format(" %-22s %s", "--artifactId", "(Maven) ArtifactId to download. Defaults to \"jetty-home\"."));
out.println(String.format(" %-22s %s", "--type", "File type to download. Defaults to \"tar.gz\"."));
- out.println(String.format(" %-22s %s", "--classifier", "(Maven) classifier to download"));
- out.println(String.format(" %-22s %s", "--mavenbase", "Root URL for the Maven Repository to download from. Defaults to \"jetty-homehttps://repo1.maven.org/maven2\"."));
- out.println(String.format(" %-22s %s", "--keystore", "(Maven) ArtifactId to download relative to idphome(defaults to \"credentials/jetty-base-download-keystore.gpg\"."));
+ out.println(String.format(" %-22s %s", "--classifier", "(Maven) classifier to download. Optional."));
+ out.println(String.format(" %-22s %s", "--mavenbase", "Root URL for the Maven Repository to download from. Defaults to \"https://repo1.maven.org/maven2\""));
+ out.println(String.format(" %-22s %s", "--keystore", "Keystore to check signatures against. Defaults to \"credentials/jetty-base-download-keystore.gpg\"."));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list