[
https://issues.jboss.org/browse/JBIDE-26169?page=com.atlassian.jira.plugi...
]
Roland Huß commented on JBIDE-26169:
------------------------------------
I hope that the parts that we are going to develop for fabric8-build are generic enough to
be reusable in the context of an IDE. Actually, the so-called enricher and generators
examine mostly the Maven build context and hence are more specific to Maven. However, in
fabric8-build this context is abstracted that you can provide different contexts for
different environments. Enrichers/Generators then can be decided whether they can work
with this context. So, in the case of an IDE it could be that own enrichers/generators
need to be written to detect the tech stack in the project. but the framework can be
reused.
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)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)