[jOOQ/jOOQ#17470] Add <description/> to all pom.xml files
This commit is contained in:
parent
716192ef32
commit
48d19c3b29
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-beans-extensions</artifactId>
|
||||
<name>jOOQ Beans Extensions</name>
|
||||
<description>jOOQ's utilities for Java Beans interaction of mappers and unmappers</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-checker</artifactId>
|
||||
<name>jOOQ Checker</name>
|
||||
<description>jOOQ's checker framework and error prone integration</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
<artifactId>jooq-codegen-maven</artifactId>
|
||||
<name>jOOQ Codegen Maven</name>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<description>jOOQ's source code generator as a Maven plugin</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-codegen</artifactId>
|
||||
<name>jOOQ Codegen</name>
|
||||
<description>jOOQ's source code generator</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-jackson-extensions</artifactId>
|
||||
<name>jOOQ Jackson Extensions</name>
|
||||
<description>jOOQ's utilities for Jackson interaction of mappers and unmappers as well as converters</description>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-jpa-extensions</artifactId>
|
||||
<name>jOOQ JPA Extensions</name>
|
||||
<description>jOOQ's utilities for JPA interaction of mappers and unmappers</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-kotlin-coroutines</artifactId>
|
||||
<name>jOOQ Kotlin Coroutines</name>
|
||||
<description>jOOQ's utilities for an improved Kotlin coroutines integration via reactive streams</description>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src/main/kotlin</sourceDirectory>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-kotlin</artifactId>
|
||||
<name>jOOQ Kotlin</name>
|
||||
<description>jOOQ's utilities for an improved Kotlin language integration</description>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src/main/kotlin</sourceDirectory>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-meta-extensions-hibernate</artifactId>
|
||||
<name>jOOQ Meta Extensions Hibernate</name>
|
||||
<description>jOOQ's utilities for meta data source extensions integrating with JPA</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-meta-extensions-liquibase</artifactId>
|
||||
<name>jOOQ Meta Extensions Liquibase</name>
|
||||
<description>jOOQ's utilities for meta data source extensions integrating with Liquibase</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-meta-extensions</artifactId>
|
||||
<name>jOOQ Meta Extensions</name>
|
||||
<description>jOOQ's utilities for meta data source extensions for use with the code generator</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-meta-kotlin</artifactId>
|
||||
<name>jOOQ Meta Kotlin</name>
|
||||
<description>jOOQ's utilities for code generation configuration in Kotlin (e.g. in Gradle)</description>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src/main/kotlin</sourceDirectory>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-meta</artifactId>
|
||||
<name>jOOQ Meta</name>
|
||||
<description>jOOQ's meta data source for the jOOQ-codegen module</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
<artifactId>jooq-migrations-maven</artifactId>
|
||||
<name>jOOQ Migrations Maven</name>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<description>jOOQ database migrations and data change management as a Maven plugin</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-migrations</artifactId>
|
||||
<name>jOOQ Migrations</name>
|
||||
<description>jOOQ database migrations and data change management</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-postgres-extensions</artifactId>
|
||||
<name>jOOQ Postgres Extensions</name>
|
||||
<description>jOOQ's utilities for an improved PostgreSQL integration (including data types, bindings, etc)</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
<artifactId>jooq-scala_3.5</artifactId>
|
||||
<name>jOOQ Scala 3.5</name>
|
||||
<description>jOOQ's utilities for an improved Scala language integration</description>
|
||||
|
||||
<properties>
|
||||
<jooq-testdata-dir>${project.basedir}/../.data</jooq-testdata-dir>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
|
||||
<artifactId>jooq-xtend</artifactId>
|
||||
<name>jOOQ Xtend</name>
|
||||
<description>jOOQ's utilities for an improved Xtend language integration</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user