From 84913babd1c16867f2a746fa23f10fe1ab10c329 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 23 Oct 2018 20:45:07 +0000 Subject: arara (23oct18) git-svn-id: svn://tug.org/texlive/trunk@48979 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/support/arara/pom.java5.xml | 336 +++++++++++++++++++++ Master/texmf-dist/source/support/arara/pom.xml | 10 +- 2 files changed, 341 insertions(+), 5 deletions(-) create mode 100644 Master/texmf-dist/source/support/arara/pom.java5.xml (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/support/arara/pom.java5.xml b/Master/texmf-dist/source/support/arara/pom.java5.xml new file mode 100644 index 00000000000..bce2b7a9955 --- /dev/null +++ b/Master/texmf-dist/source/support/arara/pom.java5.xml @@ -0,0 +1,336 @@ + + + + + + + 4.0.0 + com.github.cereda + arara + 4.0 + jar + + arara + https://github.com/cereda/arara + Arara is a TeX automation tool based on rules and directives. + 2012 + + + UTF-8 + 1.5 + 1.5 + + + + GitHub + https://github.com/cereda/arara/issues + + + + + New BSD License + http://www.opensource.org/licenses/bsd-license.php + repo + New BSD License + + + + + scm:git:https://github.com/cereda/arara.git + scm:git:https://github.com/cereda/arara.git + https://github.com/cereda/arara + + + + + + Paulo Roberto Massa Cereda + cereda@users.sf.net + cereda + http://tex.stackexchange.com/users/3094 + + Lead developer + Creator + Duck enthusiast + + + + + Marco Daniel + marco.daniel@mada-nada.de + marcodaniel + http://tex.stackexchange.com/users/5239 + + Contributor + Tester + Fast driver + + + + + Brent Longborough + brent@longborough.org + brent + http://tex.stackexchange.com/users/344 + + Developer + Contributor + Tester + Haskell fanatic + + + + + Nicola Talbot + nicola.lc.talbot@gmail.com + nlct + http://tex.stackexchange.com/users/19862 + + Developer + Contributor + Tester + Hat enthusiast + + + + + + + + arara-${project.version} + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.5 + 1.5 + -Xlint:unchecked + + + + + maven-assembly-plugin + 2.6 + + + jar-with-dependencies + + + + com.github.cereda.arara.Arara + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + public + Paulo Roberto Massa Cereda + ${project.version} + ${project.version} + private + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.1 + + + + true + lib/ + com.github.cereda.arara.Arara + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + package + + copy-dependencies + + + runtime + ${project.build.directory}/lib + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.0 + + + + + + + + + + commons-lang + commons-lang + 2.6 + + + + commons-io + commons-io + 2.2 + + + + junit + junit + 4.12 + test + + + + com.e-movimento.tinytools + privilegedaccessor + 1.2.2 + test + + + + org.simpleframework + simple-xml + 2.7.1 + + + + org.apache.commons + commons-collections4 + 4.0 + + + + org.zeroturnaround + zt-exec + 1.9 + + + commons-io + commons-io + + + org.slf4j + slf4j-api + + + + + + org.yaml + snakeyaml + 1.17 + + + + commons-cli + commons-cli + 1.3.1 + + + + ch.qos.logback + logback-classic + 1.1.2 + + + org.slf4j + slf4j-api + + + + + + ch.qos.logback + logback-core + 1.1.2 + + + + org.slf4j + slf4j-api + 1.7.7 + + + + ch.qos.cal10n + cal10n-api + 0.8.1 + + + + org.mvel + mvel2 + 2.2.8.Final + + + + org.apache.velocity + velocity + 1.7 + + + commons-lang + commons-lang + + + + + + + diff --git a/Master/texmf-dist/source/support/arara/pom.xml b/Master/texmf-dist/source/support/arara/pom.xml index bce2b7a9955..b5f57e9e96b 100644 --- a/Master/texmf-dist/source/support/arara/pom.xml +++ b/Master/texmf-dist/source/support/arara/pom.xml @@ -49,8 +49,8 @@ UTF-8 - 1.5 - 1.5 + 1.6 + 1.6 @@ -138,15 +138,15 @@ maven-compiler-plugin 3.5.1 - 1.5 - 1.5 + 1.6 + 1.6 -Xlint:unchecked maven-assembly-plugin - 2.6 + 3.1.0 jar-with-dependencies -- cgit v1.2.3