]
Jeff MAURY updated JBIDE-20125:
-------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.x)
Import wizard, application wizard: use easy import, not our custom
facility
---------------------------------------------------------------------------
Key: JBIDE-20125
URL:
https://issues.jboss.org/browse/JBIDE-20125
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.Beta1
Reporter: Andre Dietisheim
Labels: openshift_v3
Fix For: 4.5.0.AM1
Original Estimate: 1 week
Remaining Estimate: 1 week
The current impl of the import wizard in v2 and v3 is using a custom import logic where
it launches m2e for repositories that have a pom.xml and "General project" for
all the others. In JBDS-3285 [~mickael_istria] contributed a new Easy import facility for
Eclipse that we should use instead of our own minimalistic, custom made approach