Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.2
-
None
-
Apache/2.0.58 (Win32) DAV/2 SVN/1.4.3 mod_auth_sspi/1.0.3 Server at myserver Port 8080
Description
I am trying to add a maven 2.0.x project but have not figured out how to specify a username that must contain the windows domain.
Add Maven 2.0+ Project
POM Url: http://myserver:81/svn/my_code/my_project/trunk/pom.xml
Username: mydomain\myusername
Password: x
The message I see in the web browser is:
The specified resource cannot be accessed. Please try again later or contact your administrator.
If I go directly to the URL in IE/Firefox I am prompted for my username/password. I enter my username with windows domain (mydomain\myusername) in the prompt and am able to view the pom file. Is there a special format for specifying a windows domain with the username on the Add Maven 2.0+ Project page?
The log gives me this (it IS a valid pom.xml):
2008-11-18 10:53:55,805 [addMavenTwoProjectBackgroundThread] INFO action#create-projects-from-metadata - checking for settings auth setup 2008-11-18 10:53:55,821 [addMavenTwoProjectBackgroundThread] INFO continuumProjectBuilder#maven-two-builder - Downloading http://w034-0:*****@myserver:81/svn/my_code/my_project/trunk/pom.xml 2008-11-18 10:53:55,868 [addMavenTwoProjectBackgroundThread] WARN continuumProjectBuilder#maven-two-builder - skip non handled http return code 403 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] ERROR mavenBuilderHelper - Cannot build maven project from C:\apache-continuum-1.2.2\tmp\continuum\svn\my_code\my_project\trunk\pom.xml (Not a v4.0.0 POM. for project unknown at C:\apache-continuum-1.2.2\tmp\continuum\svn\my_code\my_project\trunk\pom.xml). 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - Created 0 projects. 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - Created 0 project groups. 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - 1 errors. 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - 1 errors during project add: 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - Not a v4.0.0 POM. for project unknown at C:\apache-continuum-1.2.2\tmp\continuum\continuum\svn\my_code\my_project\trunk\pom.xml
Check this link for more details.