Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-4
-
Component/s: Web interface
-
Labels:None
-
Number of attachments :
Description
I have a svn repository setup with https:// certificate and AD LDAP password authentication...
would be real nice to be able to point to a pom with
https://svn.company.com/svn/g-maven-plugins/trunk/pom.xml
and have it picked up.
right now it just grumbles about
Enter the URL to the Maven 2 POM [ The URL you provided doesn't exist ] (in red even ![]()
https is supported, the pb is with authentication.
Can you try with an url like https://username:password@svn.company.com/svn/g-maven-plugins/trunk/pom.xml ?