Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
Windows-XP, Maven 2.0.2
Description
A Null-Pointer Exception is thrown when the password tag in settings.xml is not given or kept blank. I guess it is this line
if ( !ftp.login( username.trim(), password.trim() ) )
where the trim() method is invoked on a null object.
Attachments
Issue Links
- duplicates
-
WAGON-131 NPE in wagon-ftp
- Closed