diff --git a/gradle.properties b/gradle.properties index ecae932f..9f511a88 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,5 +49,6 @@ org.gradle.configureondemand = true org.gradle.vfs.watch = true # jbake-maven-plugin dependencies -mavenVersion = 3.8.4 +mavenVersion = 3.8.1 mavenAnnotationsVersion = 3.6.2 +sparkVersion = 2.9.3 diff --git a/jbake-maven-plugin/build.gradle b/jbake-maven-plugin/build.gradle index ec9ef6bf..1a82b8e1 100644 --- a/jbake-maven-plugin/build.gradle +++ b/jbake-maven-plugin/build.gradle @@ -4,26 +4,25 @@ plugins { } group = "org.jbake" -version = "2.7.0" dependencies { implementation project(":jbake-core") - compileOnly "org.apache.maven:maven-core:3.8.1" - compileOnly "org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.2" + compileOnly "org.apache.maven:maven-core:$mavenVersion" + compileOnly "org.apache.maven.plugin-tools:maven-plugin-annotations:$mavenAnnotationsVersion" - implementation "com.sparkjava:spark-core:2.9.3" + implementation "com.sparkjava:spark-core:$sparkVersion" // Include all optional dependencies by default -// implementation "org.asciidoctor:asciidoctorj:$asciidoctorjVersion" -// implementation "org.codehaus.groovy:groovy:$groovyVersion" -// implementation "org.codehaus.groovy:groovy-templates:$groovyVersion" -// implementation "org.codehaus.groovy:groovy-dateutil:$groovyVersion" -// implementation "org.freemarker:freemarker:$freemarkerVersion" -// implementation "org.thymeleaf:thymeleaf:$thymeleafVersion" -// implementation "de.neuland-bfi:jade4j:$jade4jVersion" -// implementation "com.vladsch.flexmark:flexmark:$flexmarkVersion" -// implementation "com.vladsch.flexmark:flexmark-profile-pegdown:$flexmarkVersion" -// implementation "io.pebbletemplates:pebble:$pebbleVersion" -// implementation "org.yaml:snakeyaml:$snakeYamlVersion" + implementation "org.asciidoctor:asciidoctorj:$asciidoctorjVersion" + implementation "org.codehaus.groovy:groovy:$groovyVersion" + implementation "org.codehaus.groovy:groovy-templates:$groovyVersion" + implementation "org.codehaus.groovy:groovy-dateutil:$groovyVersion" + implementation "org.freemarker:freemarker:$freemarkerVersion" + implementation "org.thymeleaf:thymeleaf:$thymeleafVersion" + implementation "de.neuland-bfi:jade4j:$jade4jVersion" + implementation "com.vladsch.flexmark:flexmark:$flexmarkVersion" + implementation "com.vladsch.flexmark:flexmark-profile-pegdown:$flexmarkVersion" + implementation "io.pebbletemplates:pebble:$pebbleVersion" + implementation "org.yaml:snakeyaml:$snakeYamlVersion" } diff --git a/jbake-maven-plugin/pom.xml b/jbake-maven-plugin/pom.xml deleted file mode 100644 index d1870f17..00000000 --- a/jbake-maven-plugin/pom.xml +++ /dev/null @@ -1,264 +0,0 @@ - - 4.0.0 - - org.sonatype.oss - oss-parent - 9 - - - org.jbake - jbake-maven-plugin - 0.3.7-SNAPSHOT - maven-plugin - - - 3.1.1 - - - jbake-maven-plugin - jbake-maven-plugin is a Maven plugin allowing you to integrate JBake into your projects build - http://jbake.org - 2013 - - - - http://www.apache.org/licenses/LICENSE-2.0.txt - Apache 2.0 - - - - - JBake - http://jbake.org - - - - - aldrinleal - Aldrin Leal - -3 - - - jonbullock - Jonathan Bullock - 0 - - - - - GitHub Issues - https://github.com/jbake-org/jbake-maven-plugin/issues - - - - UTF-8 - UTF-8 - UTF-8 - - - - scm:git:http://github.com/jbake-org/jbake-maven-plugin - scm:git:https://github.com/jbake-org/jbake-maven-plugin.git - http://github.com/jbake-org/jbake-maven-plugin - - - - - org.jbake - jbake-core - - - com.sparkjava - spark-core - - - org.apache.maven - maven-plugin-api - - - org.apache.commons - commons-lang3 - - - org.apache.commons - commons-configuration2 - - - org.apache.maven - maven-settings - - - org.apache.maven - maven-core - - - org.apache.maven.plugin-tools - maven-plugin-annotations - provided - - - org.sonatype.plexus - plexus-build-api - - - org.codehaus.plexus - plexus-utils - - - commons-io - commons-io - - - - - - - org.jbake - jbake-core - 2.7.0-rc.2 - - - org.apache.maven - maven-plugin-api - 3.3.9 - - - org.apache.commons - commons-lang3 - 3.10 - - - org.apache.commons - commons-configuration2 - 2.7 - - - commons-io - commons-io - 2.6 - - - org.apache.maven.plugin-testing - maven-plugin-testing-harness - 3.3.0 - test - - - log4j - log4j - 1.2.17 - - - org.apache.maven - maven-settings - 3.3.9 - - - org.apache.maven - maven-core - 3.3.9 - - - org.apache.maven.plugin-tools - maven-plugin-annotations - 3.4 - provided - - - org.sonatype.plexus - plexus-build-api - 0.0.7 - - - org.codehaus.plexus - plexus-utils - 3.0.22 - - - com.sparkjava - spark-core - 2.9.3 - - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.6.0 - - jbake - - 1.8 - - true - - - - default-descriptor - process-classes - - - help-goal - - helpmojo - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - attach-javadocs - - jar - - - -Xdoclint:none - - - - - - - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.9 - - - org.apache.maven.plugins - maven-plugin-plugin - 3.6.0 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - org.apache.maven.plugins - maven-jxr-plugin - 2.5 - - - -