-
Fields Field Description org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.connectTimeoutMillis Use timeoutMillis instead. This one is for establishing the TCP connection only, you may be looking for a wall timeout instead.org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.deprecatedContinueOnFail The user propertycontinueOnFail
is deprecated. You should use the qualified propertycbi.jarsigner.continueOnFail
instead. ThedeprecatedContinueOnFail
parameter has been introduced to support this deprecated user property for backward compatibility only.org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.deprecatedRetryLimit The user propertyretryLimit
is deprecated. You should use the qualified propertycbi.jarsigner.retryLimit
instead. ThedeprecatedRetryLimit
parameter has been introduced to support this deprecated user property for backward compatibility only.org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.deprecatedRetryTimer The user propertyretryTimer
is deprecated. You should use the qualified propertycbi.jarsigner.retryTimer
instead. ThedeprecatedRetryTimer
parameter has been introduced to support this deprecated user property for backward compatibility only.org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.supportedProjectTypes Not used anymore.
-
Enum Constants Enum Constant Description org.eclipse.cbi.common.security.MessageDigestAlgorithm.SHA1 You should really consider usingMessageDigestAlgorithm.SHA_1
instead except if you really need to be compatible with some old frameworks (e.g., Eclipse Equinox 3.7 / Indigo)