Field and 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 property
continueOnFail is deprecated. You
should use the qualified property
cbi.jarsigner.continueOnFail instead. The
deprecatedContinueOnFail 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 property
retryLimit is deprecated. You
should use the qualified property
cbi.jarsigner.retryLimit instead. The
deprecatedRetryLimit 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 property
retryTimer is deprecated. You
should use the qualified property
cbi.jarsigner.retryTimer instead. The
deprecatedRetryTimer 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 Constant and Description |
---|
org.eclipse.cbi.common.security.MessageDigestAlgorithm.SHA1
You should really consider using
MessageDigestAlgorithm.SHA_1 instead except if you
really need to be compatible with some old frameworks (e.g.,
Eclipse Equinox 3.7 / Indigo) |