From ae6793b6375966fb8d728248ab69863a507e940e Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 24 Sep 2011 14:57:36 +0000 Subject: [PATCH] [#797] Create Maven plugin for source code generation --- jOOQ-codegen-maven-example/pom.xml | 104 +++++++++++++++++++++++++++-- jOOQ-codegen-maven/pom.xml | 98 +++++++++++++++++++++++++++ 2 files changed, 195 insertions(+), 7 deletions(-) diff --git a/jOOQ-codegen-maven-example/pom.xml b/jOOQ-codegen-maven-example/pom.xml index 6d43cd0400..c7cd0826ee 100644 --- a/jOOQ-codegen-maven-example/pom.xml +++ b/jOOQ-codegen-maven-example/pom.xml @@ -71,11 +71,16 @@ + + UTF-8 + + deploy ${project.artifactId}-${project.version} + org.jooq jooq-codegen-maven @@ -117,16 +122,101 @@ org.jooq.util.maven.example target/generated-sources/jooq - - - t_language - cd - description - - + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + true + 512m + 256m + UTF-8 + 1.6 + 1.6 + true + lines,vars,source + + + + + true + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + true + true + + + + + true + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + bundle-sources + package + + jar + + + + + 512 + UTF-8 + protected + true + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + UTF-8 + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + true + + \ No newline at end of file diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml index 69b2a857ab..39e632da14 100644 --- a/jOOQ-codegen-maven/pom.xml +++ b/jOOQ-codegen-maven/pom.xml @@ -46,6 +46,104 @@ sander.plas@gmail.com + + + deploy + ${project.artifactId}-${project.version} + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + true + 512m + 256m + UTF-8 + 1.6 + 1.6 + true + lines,vars,source + + + + + true + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + true + true + + + + + true + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + bundle-sources + package + + jar + + + + + 512 + UTF-8 + protected + true + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + UTF-8 + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + true + + + +