From d5bb781e6d56e04e717146ae39f01abbfaedd3ea Mon Sep 17 00:00:00 2001 From: Brian Long Date: Mon, 23 Jan 2023 13:16:30 -0500 Subject: [PATCH] initial checkin --- .gitignore | 3 + eclipse-formatter.xml | 382 ++++++++++++++++++++++++++++++++++++++++++ pom.xml | 38 +++++ tile.xml | 72 ++++++++ 4 files changed, 495 insertions(+) create mode 100644 .gitignore create mode 100644 eclipse-formatter.xml create mode 100644 pom.xml create mode 100644 tile.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b09c13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Maven +target + diff --git a/eclipse-formatter.xml b/eclipse-formatter.xml new file mode 100644 index 0000000..59c9adb --- /dev/null +++ b/eclipse-formatter.xml @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9516981 --- /dev/null +++ b/pom.xml @@ -0,0 +1,38 @@ + + + 4.0.0 + + com.poststats + source-format + 1.0.0 + tile + + PostStats Source Formatter + + + + brian.long + Brian Long + brian.long@poststats.com + PostStats + https://www.poststats.com + https://twitter.com/brianmlong + + + + + + + io.repaint.maven + tiles-maven-plugin + 2.33 + true + + true + + + + + diff --git a/tile.xml b/tile.xml new file mode 100644 index 0000000..cef2c19 --- /dev/null +++ b/tile.xml @@ -0,0 +1,72 @@ + + + + + + + + com.googlecode.maven-download-plugin + download-maven-plugin + 1.6.8 + + + download-formatter + generate-sources + wget + + ${eclipse-source-formatter.url} + ${project.build.directory} + + + + + + net.revelc.code.formatter + formatter-maven-plugin + 2.21.0 + + target/eclipse-formatter.xml + LF + + + + format + format + + + + + net.revelc.code + impsort-maven-plugin + 1.8.0 + + true + + + + normalize-imports + sort + + + + + + + + + default-props + + + !some-prop-that-never-exists + + + + https://bitbucket.org/poststats/poststats-db/raw/${project.version}/db/eclipse-formatter.xml + + + + + +