From 32dcd6262c0334b701ac23448762abf2d2ea660e Mon Sep 17 00:00:00 2001 From: Ralf Eichinger Date: Tue, 19 Jul 2016 11:17:08 +0200 Subject: [PATCH] fixed javadoc --- pom.xml | 178 ++++++++++++++++-- .../iiif/serverdemo/Application.java | 4 +- .../iiif/serverdemo/config/SpringConfig.java | 2 +- 3 files changed, 166 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 0dc631c..5d4fbf5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,33 +3,67 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 1.2.6.RELEASE + + de.digitalcollections iiif-server-demo 0-SNAPSHOT jar IIIF: IIIF Server Demo + A standalone IIIF server demonstrating the use of IIIF Image API Java Libraries (https://github.com/dbmdz/iiif-image-api) and IIIF Presentation API Java Libraries (https://github.com/dbmdz/iiif-presentation-api) (Java implementations of the IIIF specifications: http://iiif.io/technical-details/). + https://github.com/dbmdz/iiif-server-demo + + + MIT License + https://github.com/dbmdz/iiif-image-api/blob/master/LICENSE + repo + + + + + Ralf Eichinger + ralf.eichinger@gmail.com + datazuul + + + + https://travis-ci.org/dbmdz/iiif-server-demo + Travis CI + + + https://github.com/dbmdz/iiif-server-demo/issues + GitHub Issues + + + https://github.com/dbmdz/iiif-server-demo.git + git@github.com:dbmdz/iiif-server-demo.git + https://github.com/dbmdz/iiif-server-demo + - - org.springframework.boot - spring-boot-starter-parent - 1.2.6.RELEASE - - - 1.8 - 2.0.0 + 1.8 + 1.8 + UTF-8 + + 2.0.1 2.0.0 + 0.7.4.201502262128 + 3.3 + 1.6 + 2.10.4 + 3.0.1 + 2.19.1 + 1.6.7 1.7.13 + 2.2 - - com.twelvemonkeys.servlet - servlet - 3.1.2 - jar - de.digitalcollections iiif-image-backend-impl @@ -46,7 +80,7 @@ de.digitalcollections iiif-image-frontend-impl-springmvc ${version.iiif-image} - runtime + compile de.digitalcollections @@ -113,6 +147,120 @@ The Spring Boot Maven plugin provides many convenient features: org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-compiler-plugin + ${version.maven-compiler-plugin} + + true + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-source-plugin + ${version.maven-source-plugin} + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.maven-javadoc-plugin} + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.maven-surefire-plugin} + + + org.codehaus.mojo + versions-maven-plugin + ${version.versions-maven-plugin} + + + org.jacoco + jacoco-maven-plugin + ${version.jacoco-maven-plugin} + + + pre-unit-test + + prepare-agent + + + + test + + report + + + + + + **/SpringConfig* + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${version.nexus-staging-maven-plugin} + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + org.jacoco + jacoco-maven-plugin + ${version.jacoco-maven-plugin} + + + + + + + deploy + + + + org.apache.maven.plugins + maven-gpg-plugin + ${version.maven-gpg-plugin} + + + sign-artifacts + verify + + sign + + + + + + + + diff --git a/src/main/java/de/digitalcollections/iiif/serverdemo/Application.java b/src/main/java/de/digitalcollections/iiif/serverdemo/Application.java index c6de6f9..d871f41 100644 --- a/src/main/java/de/digitalcollections/iiif/serverdemo/Application.java +++ b/src/main/java/de/digitalcollections/iiif/serverdemo/Application.java @@ -5,8 +5,8 @@ import org.springframework.context.ApplicationContext; /** - * Demo IIIF Server (see https://spring.io/guides/gs/spring-boot/)
- * Run: mvn package && java -jar target/iiif-server-demo.jar + * Demo IIIF Server (see https://spring.io/guides/gs/spring-boot/)
+ * Run: mvn package && java -jar target/iiif-server-demo.jar */ @SpringBootApplication /* diff --git a/src/main/java/de/digitalcollections/iiif/serverdemo/config/SpringConfig.java b/src/main/java/de/digitalcollections/iiif/serverdemo/config/SpringConfig.java index d0e4864..5e23285 100644 --- a/src/main/java/de/digitalcollections/iiif/serverdemo/config/SpringConfig.java +++ b/src/main/java/de/digitalcollections/iiif/serverdemo/config/SpringConfig.java @@ -37,7 +37,7 @@ public void setEnvironment(Environment environment) { } /** - * Create a resource bundle for your messages ("messages.properties").
+ * Create a resource bundle for your messages ("messages.properties").
* This file goes in src/main/resources because you want it to appear at the root of the classpath on deployment. * * @return message source