How to configure maven-release to use Perforce as SCM provider?
问题 I am trying to use the maven release plugin to create a released version of a Java project having Perforce as the SCM. My pom scm section is: <scm> <connection>scm:p4:myperforcehostname:1666://mydepot/mycomponent</connection> <developerConnection>scm:p4:myperforcehostname:1666://mydepot/mycomponent</developerConnection> <url>http://myperforcehostname:1666</url> </scm> Also I use the P4Maven plugin and the Maven Release Plugin: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId