Unable to use a XML file when dependencies are resolved from workspace projects #15
Closed
Description
I think I already ran into this issue when I contributed to the plugin some weeks ago.
When the m2e plugin is configured to resolve to dependencies from workspace projects (Right-click on a project > Properties > Maven > "Resolve dependencies ...", the default conf I think), the XML file of the custom dialect is not read, so the content assist is not updated with the custom processors.
When the checkbox in unchecked, the XML file is well read (because the scanning must work when reading from JARs).
It would be great for dialect developers to be able to see changes in the XML file on-the-fly in the content assist.