]
Andre Dietisheim commented on JBIDE-26169:
------------------------------------------
[~rhuss] Sounds great. Is there any ETA for this?
Create an OpenShift application from a local project
----------------------------------------------------
Key: JBIDE-26169
URL:
https://issues.jboss.org/browse/JBIDE-26169
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.6.0.Final
Reporter: Jeff MAURY
Assignee: Andre Dietisheim
Fix For: 4.9.x
As part of the better inner loop for OpenShift developpers, we should support the
creation of an OpenShift application/deployment from a source project.
* we should be able to deduce the image from the project context (as the fabric8 maven
plugin does)
* the fabric8 maven plugin is not yet designed to be embedded outside maven so we should
look at the following alternatives:
** have a field where the user can tune the used image and default it to the one for
SpringBoot in the first implementation
** see if we cannot reuse part of the fabric8 maven plugin through M2E but this will
limit the scope to Java Maven projects
** reimplements the generators from fabric8 maven plugin in Eclipse in more limited
fashion
** see if we cannot participate in the fabric8-build
(
https://github.com/fabric8io/fabric8-build)