From dfa57cbb5420c6393fdaa4873db6cdc71ea00d90 Mon Sep 17 00:00:00 2001
From: Lukas Eder
Date: Sat, 16 Mar 2013 11:38:22 +0100
Subject: [PATCH] [#2338] Tutorial example unclear: There are three artefacts
in Maven, not just one
---
jOOQ-website/src/main/resources/manual-3.0.xml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml
index 1c1cc70ef3..f485485bc6 100644
--- a/jOOQ-website/src/main/resources/manual-3.0.xml
+++ b/jOOQ-website/src/main/resources/manual-3.0.xml
@@ -544,15 +544,28 @@ for (AuthorRecord author : create.fetch(AUTHOR)) {
- Alternatively, you can create a Maven dependency:
+ Alternatively, you can create a Maven dependency to download jOOQ artefacts:
org.jooq
-
jooq
{jooq-version}
+
+
+ org.jooq
+ jooq-meta
+ {jooq-version}
+
+
+ org.jooq
+ jooq-codegen
+ {jooq-version}
]]>
+
+ Please refer to the manual's section about to learn how to use jOOQ's code generator with Maven.
+
+
For this example, we'll be using MySQL. If you haven't already downloaded MySQL Connector/J, download it here:
http://dev.mysql.com/downloads/connector/j/