Added missing maven packaging declaration

* the resulting JAR was not built as a valid maven plugin
This commit is contained in:
Jochen Munz 2012-06-21 11:13:27 +02:00
parent d54808cf56
commit 5b29a4cd4c

View File

@ -12,6 +12,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<name>jOOQ Codegen Maven</name>
<packaging>maven-plugin</packaging>
<profiles>
<profile>