diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml index 92b0280ff9..d14e2fb97d 100644 --- a/jOOQ-website/src/main/resources/manual-3.0.xml +++ b/jOOQ-website/src/main/resources/manual-3.0.xml @@ -979,19 +979,41 @@ object Test { //
- jOOQ has no dependencies on any third-party libraries. This rule has some exceptions: + Dependencies are a big hassle in modern software. Many libraries depend on other, non-JDK library parts that come in different, incompatible versions, potentially causing trouble in your runtime environment. jOOQ has no external dependencies on any third-party libraries. +
++ However, the above rule has some exceptions:
- In order to build jOOQ, please download the sources from https://github.com/jOOQ/jOOQ and use Maven to build jOOQ, preferably in Eclipse. jOOQ requires Java 6 to compile and run. + In order to build jOOQ yourself, please download the sources from https://github.com/jOOQ/jOOQ and use Maven to build jOOQ, preferably in Eclipse. jOOQ requires Java 6+ to compile and run.
++ Some useful hints to build jOOQ yourself: +
+jooq-parent artefact by using any of these commands:
+ mvn clean package${project.build.directory}mvn clean install~/.m2)mvn clean {goal} -Dmaven.test.skip=true