[ https://issues.apache.org/jira/browse/SCM-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960005#comment-17960005 ]
ASF GitHub Bot commented on SCM-34: ----------------------------------- jira-importer commented on issue #301: URL: https://github.com/apache/maven-scm/issues/301#issuecomment-2964584359 **[J-C Walmetz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=j-c)** commented I started to implement a plugin for PVCS. I use it with the release plugin. Example for pom.xml: \<plugin> \<groupId>org.apache.maven.plugins\</groupId> \<artifactId>maven-release-plugin\</artifactId> \<configuration> \<tagBase>https://svn.apache.org/repos/asf/maven/components/releases\</tagBase> \</configuration> \<dependencies> \<dependency> \<groupId>org.apache.maven.scm\</groupId> \<version>1.0-beta-3\</version> \<artifactId>maven-scm-provider-pvcsexe\</artifactId> \</dependency> \</dependencies> \</plugin> ... \<scm> \<connection>scm:pvcs:local://IT/PROJECT/DEV:/current/Sample/trunk\</connection> \<developerConnection>scm:pvcs:local://IT/PROJECT/DEV:/current/Sample/trunk\</developerConnection> \</scm> > Add PVCS support > ---------------- > > Key: SCM-34 > URL: https://issues.apache.org/jira/browse/SCM-34 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Improvement > Components: maven-scm-provider-pvcs > Environment: any > Reporter: Nauman > Priority: Major > Attachments: MNG-SCM-34-maven-scm.patch, MNG-SCM-34-maven-scm.patch, > maven-scm-provider-pvcs.zip > > > Please add pvcs support this will increase the potential number of developers > who can use maven dramatically. > I searched through the User and Developers archives for the keyword pvcs and > did not find any reference to either 1. A request to add support or 2. A > discussion of why this support should not be added. -- This message was sent by Atlassian Jira (v8.20.10#820010)