From d28a58fd44ce788bb4eea23b6ed252862a3f7d75 Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Fri, 25 Oct 2024 01:51:18 +0200 Subject: [PATCH] POC for https://github.com/fugerit-org/fj-doc/issues/52 --- code-samples-fop/code-samples-fop-2-9/pom.xml | 40 ++++++++++++++++ .../code-samples-fop-common/pom.xml | 38 +++++++++++++++ .../code-samples-fop-latest/pom.xml | 40 ++++++++++++++++ code-samples-fop/pom.xml | 48 +++++++++++++++++++ 4 files changed, 166 insertions(+) create mode 100644 code-samples-fop/code-samples-fop-2-9/pom.xml create mode 100644 code-samples-fop/code-samples-fop-common/pom.xml create mode 100644 code-samples-fop/code-samples-fop-latest/pom.xml create mode 100644 code-samples-fop/pom.xml diff --git a/code-samples-fop/code-samples-fop-2-9/pom.xml b/code-samples-fop/code-samples-fop-2-9/pom.xml new file mode 100644 index 0000000..cd96c41 --- /dev/null +++ b/code-samples-fop/code-samples-fop-2-9/pom.xml @@ -0,0 +1,40 @@ + + 4.0.0 + + code-samples-fop-2-9 + + + org.fugerit.java + code-samples-fop + 1.0.0-SNAPSHOT + + + Fugerit Code Samples Fop 2.9 + My code samples for latest version of fop + + + 2.9 + + + + + + org.apache.xmlgraphics + fop + ${fop-version} + + + + org.fugerit.java + code-samples-fop-common + + + + org.fugerit.java + fj-doc-mod-fop + + + + + diff --git a/code-samples-fop/code-samples-fop-common/pom.xml b/code-samples-fop/code-samples-fop-common/pom.xml new file mode 100644 index 0000000..6c012bf --- /dev/null +++ b/code-samples-fop/code-samples-fop-common/pom.xml @@ -0,0 +1,38 @@ + + 4.0.0 + + code-samples-fop-common + + + org.fugerit.java + code-samples-fop + 1.0.0-SNAPSHOT + + + Fugerit Code Samples Fop Common + My code samples for latest version of fop + + + 2.10 + + + + + + org.apache.xmlgraphics + fop + ${fop-version} + provided + + + + org.fugerit.java + fj-doc-mod-fop + 8.10.1 + provided + + + + + diff --git a/code-samples-fop/code-samples-fop-latest/pom.xml b/code-samples-fop/code-samples-fop-latest/pom.xml new file mode 100644 index 0000000..95829bf --- /dev/null +++ b/code-samples-fop/code-samples-fop-latest/pom.xml @@ -0,0 +1,40 @@ + + 4.0.0 + + code-samples-fop-latest + + + org.fugerit.java + code-samples-fop + 1.0.0-SNAPSHOT + + + Fugerit Code Samples Fop Latest + My code samples for latest version of fop + + + 2.10 + + + + + + org.apache.xmlgraphics + fop + ${fop-version} + + + + org.fugerit.java + code-samples-fop-common + + + + org.fugerit.java + fj-doc-mod-fop + + + + + diff --git a/code-samples-fop/pom.xml b/code-samples-fop/pom.xml new file mode 100644 index 0000000..1c87a39 --- /dev/null +++ b/code-samples-fop/pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + + code-samples-fop + + + org.fugerit.java + code-samples + 1.0.0-SNAPSHOT + + + Fugerit Code Samples Fop Parent + My code samples. + pom + + + 8.10.1 + + + + + code-samples-fop-common + code-samples-fop-latest + code-samples-fop-2-9 + + + + + + + + org.fugerit.java + code-samples-fop-common + ${project.version} + + + + org.fugerit.java + fj-doc-mod-fop + ${fj-doc-version} + + + + + + +