]
Andre Dietisheim updated JBIDE-21452:
-------------------------------------
Fix Version/s: 4.3.1.Beta2
Server Adapter wizard: Should use deployments-dir as specified in the
image
---------------------------------------------------------------------------
Key: JBIDE-21452
URL:
https://issues.jboss.org/browse/JBIDE-21452
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Andre Dietisheim
Fix For: 4.3.1.Beta2
The server adapter is currently using a hard-coded deployments dir */op/app-root/src*
that the user can manually edit in the wizard though.
The images now specify the deployments-dir in a label (see CLOUD-243)
{code}
com.redhat.deployments-dir
{code}
We should use this instead of the hard-coded one.