The Maven version shouldn't matter. What does the Nexus log say? I would start with unencrypted passwords first, to make sure I have Nexus correctly configured and that I can deploy. Then I would start encrypting the passwords. Not two things at the same time.
/Anders On Thu, Jan 6, 2011 at 01:28, Steve Cohen <[email protected]> wrote: > I figured that that must be the case. > > Do you have any idea why this would fail? Could the 3.0.1 vs. 2.2.1 thing > be involved or MUST it be that I'm making a mistake I just can't see? > > > > > On 01/05/2011 05:04 PM, Benjamin Bentmann wrote: > >> Steve Cohen wrote: >> >> Another thing I notice is that >>> >>> mvn -ep {password} >>> >>> when run several times in succession generates different encryptions >>> each time. >>> >> >> This is correct/expected, the encrypted value is also based on a random >> salt. >> >> >> Benjamin >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
