[ 
https://issues.apache.org/jira/browse/OFBIZ-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048514#comment-17048514
 ] 

Jacques Le Roux edited comment on OFBIZ-11337 at 3/1/20 9:58 AM:
-----------------------------------------------------------------

Just to remember, at least for myself, here are 2 links related to this issue
* Mathieu's proposition about ["Improving OFBiz extensibility and 
distribution"|https://s.apache.org/lih3v]
* [Git plugin for Gradle|https://github.com/ajoberstar/gradle-git]





was (Author: jacques.le.roux):
Just to remember, at least for myself, here are 2 links related to this issue
Mathieu's proposition about ["Improving OFBiz extensibility and 
distribution"|https://s.apache.org/lih3v]
[Git plugin for Gradle|https://github.com/ajoberstar/gradle-git]




> replace pullPluginFromSvn with a git equivalent
> -----------------------------------------------
>
>                 Key: OFBIZ-11337
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11337
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Priority: Major
>              Labels: contributing, git
>         Attachments: Screen Shot 2020-02-03 at 10.43.17.png
>
>
> Currently we have a 'pullPluginFromSvn' task defined in *build.gradle*. The 
> drawback with this is that the pulled plugin is defined as an SVN style 
> repository (having a .svn folder).
> With current migration from svn to git we should have it in such a way that 
> the cloned plugin is a git style repository.  The standard way to clone from 
> a publicly available git repository (e.g. Github) is:
> {code:java}
> git clone https://github.com/<githubUserId>/<repoName>.git
> {code}
>  
> This would allow a developer not only to work on his local changes, but also 
> commit the changes and share these with the community via the public Github 
> fork and eventually via Pull Requests included into the project's repository.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to