[#5616] Added hint for m2e to behave

This commit is contained in:
lukaseder 2016-10-31 14:48:30 +01:00
parent 2e3d7d0260
commit cc86c920d4
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<goals>
<goal>generate</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>false</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>

View File

@ -24,6 +24,7 @@ Authors and contributors of jOOQ or parts of jOOQ in alphabetical order:
- Joseph Pachod
- Laurent Pireyn
- Lukas Eder
- Matti Tahvonen
- Michael Doberenz
- Michał Kołodziejski
- Oliver Flege