"Unable to locate secure storage module" when building with Eclipse first #2645
-
We use Artifactory repositories with authentication in our target platform. We've meanwhile recognized a confusing error pattern:
We do recognize the encrypted entries in the secure store file have different sizes, depending on whether they are created by Eclipse or Maven, and therefore suspect that Eclipse choose an encryption algorithm by default which is not understood by Maven, but that Maven choose an encryption by default which is understood by Eclipse. Any thoughts on that? Anything that we could check or configure to make this work out of the box also with credentials provided in Eclipse? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Tycho can't use the credentials from Eclipse, you must always configure this with maven. in the meanwhile Tycho 4+ has migrated completely away from the "secure" storage and should not use this anywhere directly. |
Beta Was this translation helpful? Give feedback.
Tycho can't use the credentials from Eclipse, you must always configure this with maven.
About the error printout there is/was an issue at equinox but no one cared enough to investigate or fix this:
in the meanwhile Tycho 4+ has migrated completely away from the "secure" storage and should not use this anywhere directly.