Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Attaching generated source folders automatically

intellijidea is cable of auto detecting generated source code folders. But in eclipse you need a m2e connector to do that. What is best approach to implement a intelijent detection in Eclipse as well without needing the connector ? It is nice if i can build a plugin so it can detect the existence of generated-soureces/java dir and attach it as a source folder. But am stuck at in which triggering point/spi i should do that ?

Best regards,
Gayan

Back to the top