Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.3 (Beta)
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Steps to replicate:
1. Add a secured project
2. Build the project
3. Release the project
- in release:prepare, do not provide values in SCM Username and SCM Password
actual result:
release:perform goal was successful.
It should not execute the release:perform goal, thus it must prompt a message asking for the SCM Username and SCM Password.
Issue Links
| This issue is related to: | ||||
| CONTINUUM-2272 | Able to add secured projects without credentials |
|
|
|
Is this with Subversion? Did you check the 'use cached credentials if available' checkbox when you added the project in step 1?
My guess is it's probably using cached credentials.
I don't think it needs to prompt – there are already fields on the 'prepare release' form that the user should fill in.
Not sure this is a bug, it's just how Subversion works if you don't explicitly tell it not to cache credentials.