-
-
Notifications
You must be signed in to change notification settings - Fork 79
Eclipse
Paul Verest edited this page Nov 13, 2016
·
1 revision
This plugin will be automatically executed within Eclipse IDE with m2e plugin, no configuration is needed for invocation. Sources for configured languages will be generated on every Project - Clean.
Check that you have <cleanOutputFolder>true</cleanOutputFolder>
in plugin configuration.
As by default plugin does not clean its own output folder, so you may get older files if you for example renamed a .proto
file.
(see https://github.com/os72/protoc-jar-maven-plugin/issues/18 discussion)