In my pom.xml, I have:
<scm> <connection>scm:perforce://path_to_my_repository</connection> </scm>
This has been working until recently. Now when I create, I get the following message:
"password is required for the perforce scm plugin."
The maven documentation for the plugin does not indicate how to enable the password (http://maven.apache.org/scm/perforce.html).
What's happening? How to overcome this problem?
source share