From 14c444db5bc8dac003cd31283de6484264377004 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sun, 16 Sep 2018 21:28:42 -0300 Subject: Move CL format to submodule --- clformat/pom.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 clformat/pom.xml (limited to 'clformat/pom.xml') diff --git a/clformat/pom.xml b/clformat/pom.xml new file mode 100644 index 0000000..23ddb58 --- /dev/null +++ b/clformat/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + + BJCUtils-Parent + bjc + 1.0.0 + + + clformat + jar + + + UTF-8 + + + clformat + + + + junit + junit + 4.12 + test + + + bjc + BJC-Utils2 + 1.0.0 + + + + bjc + inflexion + 1.0.0 + + + + + + + data/ + + + **/*.txt + **/*.sprop + + + + + + + maven-compiler-plugin + 3.7.0 + + + 1.8 + 1.8 + + + + maven-clean-plugin + 3.0.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-surefire-plugin + 2.20.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + + -- cgit v1.2.3