]
Andre Dietisheim updated JBIDE-18866:
-------------------------------------
Summary: Application wizard: allow URL in the form
"from-code=git(a)github.com" for custom app source code and downloadable
cartridges (was: allow URL in the form "from-code=git(a)github.com" for custom
app source code and downloadable cartridges)
Application wizard: allow URL in the form
"from-code=git(a)github.com" for custom app source code and downloadable
cartridges
---------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-18866
URL:
https://issues.jboss.org/browse/JBIDE-18866
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.2.0.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: new_and_noteworthy, openshift_v2
Fix For: 4.3.x
We should be able to use urls that refer to github repositories when using custom
application source code and downloadable cartridges
The exact form is documented in the github (and general purpose git-) documentation:
https://gist.github.com/grawity/4392747
{quote}
SSH, aka git(a)github.com: or ssh://git@github.com/
{quote}