Added missing maven packaging declaration
* the resulting JAR was not built as a valid maven plugin
This commit is contained in:
parent
d54808cf56
commit
5b29a4cd4c
@ -12,6 +12,7 @@
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-codegen-maven</artifactId>
|
||||
<name>jOOQ Codegen Maven</name>
|
||||
<packaging>maven-plugin</packaging>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user