[
https://issues.jboss.org/browse/JBDS-4105?page=com.atlassian.jira.plugin....
]
Andre Dietisheim edited comment on JBDS-4105 at 6/26/17 10:56 AM:
------------------------------------------------------------------
in the Eclipse IDE we analyze the docker image metadata to discover the (deployment
config) env variables keys and default values for
* deployment dir (in the docker container): *com.redhat.deployments-dir*
* debug mode enablement: *com.redhat.dev-mode*
* debug port: *com.redhat.dev-mode.port*
here's an expert showing what the nodejs image defines:
{code}
"Labels": {
"architecture": "x86_64",
"authoritative-source-url":
"registry.access.redhat.com",
"build-date": "2017-04-21T09:41:19.146364",
"com.redhat.build-host":
"ip-10-29-120-133.ec2.internal",
"com.redhat.component": "rh-nodejs4-docker",
"com.redhat.deployments-dir": "/opt/app-root/src",
"com.redhat.dev-mode": "DEV_MODE:false",
"com.redhat.dev-mode.port": "DEBUG_PORT:5858",
{code}
was (Author: adietish):
in the Eclipse IDE we analyze the docker image metadata to discover the (deployment
config) env variables keys and default values for
* deployment dir (in the docker container)
* debug mode enablement
* debug port
here's an expert showing what the nodejs image defines:
{code}
"Labels": {
"architecture": "x86_64",
"authoritative-source-url":
"registry.access.redhat.com",
"build-date": "2017-04-21T09:41:19.146364",
"com.redhat.build-host":
"ip-10-29-120-133.ec2.internal",
"com.redhat.component": "rh-nodejs4-docker",
"com.redhat.deployments-dir": "/opt/app-root/src",
"com.redhat.dev-mode": "DEV_MODE:false",
"com.redhat.dev-mode.port": "DEBUG_PORT:5858",
{code}
Provide m2e connector for io.fabric8:fabric8-maven-plugin
---------------------------------------------------------
Key: JBDS-4105
URL:
https://issues.jboss.org/browse/JBDS-4105
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Feature Request
Components: maven
Reporter: Aurélien Pupier
Fix For: 11.0.0.AM1
iPaas Fuse is heavily using fabric8-maven-plugin. it will be nice to provide a m2e
connector to have a better integration.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)