Forum Discussion
nmrao
Champion Level 1
10 years agoAre you sure the password is correct? Any typo etc?
Also see if the below links of any help
http://stackoverflow.com/questions/10911287/maven-error-not-authorized-reasonphraseunauthorized
http://stackoverflow.com/questions/9898499/oracle-jdbc-ojdbc6-jar-as-a-maven-dependency
Also see if the below links of any help
http://stackoverflow.com/questions/10911287/maven-error-not-authorized-reasonphraseunauthorized
http://stackoverflow.com/questions/9898499/oracle-jdbc-ojdbc6-jar-as-a-maven-dependency
- amitgrover810 years agoOccasional Contributor
Yes my credentials are correct. But I figured out the problem. It is Jenkins. Jenkins is running from the root user and looks like it is overriding the username. When I ran teststuite directly from mavn with mvn command then I did not get this error.
I am trying to change the Jenkins settings but did not get any solution yet.
Thanks