[
http://jira.codehaus.org/browse/SCM-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
J-C Walmetz updated SCM-34:
---------------------------
Attachment: maven-scm-provider-pvcs.zip
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: http://jira.codehaus.org/browse/SCM-34
> Project: Maven SCM
> Issue Type: Improvement
> Components: maven-scm-provider-pvcs
> Environment: any
> Reporter: Nauman
> Fix For: future
>
> Attachments: maven-scm-provider-pvcs.zip, MNG-SCM-34-maven-scm.patch,
> MNG-SCM-34-maven-scm.patch
>
>
> 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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira