Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: future
-
Component/s: maven-scm-provider-perforce
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Perforce has developed a new Java Native API for access to perforce called P4Java. You can access it here: ftp://ftp.perforce.com/perforce/r09.1/bin.java/p4java.zip. This completely reworked API does not require that the p4 client be installed on the system. The SCM Perforce Provider should be modified to use this new native java API to eliminate the many issues involved with depending on the p4 executable.
Issue Links
- is related to
-
SONARPLUGINS-462
Maven SCM Provider for Perforce (p4java)
-
Activity
Olivier Lamy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | future [ 12423 ] |
Evgeny Mandrikov
made changes -
| Link | This issue is related to SONARPLUGINS-462 [ SONARPLUGINS-462 ] |
Aaron Johnson
made changes -
| Attachment | maven-scm-perforce-p4java.jar [ 50319 ] |
I have implemented an SCM Provider using the p4java APIs. Not everything is implemented but I have been able to prepare/preform releases from Continuum and the Release Plugin.