Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2012-10-24 | 1.1 kB | |
KeepTargetDerivedPlugin_1.0.0.201210241429.jar | 2012-10-24 | 12.4 kB | |
Totals: 2 Items | 13.5 kB | 0 |
KeepTargetDerived Plug-in for Eclipse * Description This plug-in fixes the m2e's {{{https://bugs.eclipse.org/bugs/show_bug.cgi?id=336411}Automatically mark target folder as Derived}} bug. This bug got fixed in m2e but the fix still <<doesn't mark the "target" folder as derived when the folder is deleted outside of Eclipse>> - typically by running <<<mvn clean>>> from the command line. That's when this plug-in comes in handy - it listens for any workspace resource changes and when a new folder named "target" is recognized, it simply marks the folder as derived through the Eclipse API. * Installation Simply put the downloaded plug-in jar into the <eclipse/dropins> folder and restart Eclipse. The plug-in must appear among the plug-ins activated on Eclipse startup - you can check this via menu <Window - Preferences - General - Startup and Shutdown>. * Debugging Launch Eclipse with the <<<-consoleLog>>> option to see output written from the plug-in. * Meta * author: Petr Bodnár (p.bodnar@centrum.cz) * www: http://sourceforge.net/p/etinyplugins/