diff --git a/.gitignore b/.gitignore index 65bb389..1194eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,9 @@ build/testclasses/ releases/ tests/images/ tests/images-expected/ + +# Files copied by mvn's build procedure +tests/text/ +tests/build.xml target/ +/.lein-failures diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7267a04 --- /dev/null +++ b/pom.xml @@ -0,0 +1,159 @@ + + 4.0.0 + stathissideris + ditaa + jar + 0.11.0 + ditaa + command-line utility that can convert diagrams drawn using ascii art into proper bitmap graphics + https://github.com/stathissideris/ditaa + + + GNU Lesser General Public License v3.0 + https://www.gnu.org/licenses/lgpl-3.0.en.html + + + + https://github.com/dakusui/ditaa + scm:git:git://github.com/dakusui/ditaa.git + scm:git:ssh://git@github.com/dakusui/ditaa.git + 95a481e5a01d07317edc4af4cbdfb4c821090437 + + + src/java + test/java + + + resources + + + target + target/classes + + + maven-resources-plugin + 3.1.0 + + + copy-resources + + validate + + copy-resources + + + ${basedir}/tests + + + test-resources + true + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-source + generate-sources + + add-source + + + + src/java + + + + + + + + + + central + https://repo1.maven.org/maven2/ + + false + + + true + + + + clojars + https://repo.clojars.org/ + + true + + + true + + + + + + + + + org.clojure + clojure + 1.9.0 + + + commons-cli + commons-cli + 1.4 + + + net.htmlparser.jericho + jericho-html + 3.4 + + + org.apache.xmlgraphics + batik-gvt + 1.9 + + + org.apache.xmlgraphics + batik-codec + 1.9 + + + org.apache.xmlgraphics + batik-bridge + 1.9 + + + junit + junit + 4.12 + test + + + + +