From 114edfb50c0185f32264a341202dc746405a8489 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Thu, 28 Mar 2019 09:21:44 +0100 Subject: [PATCH] TSK-837: corrected formatting of pom file --- lib/taskana-core/pom.xml | 608 +++++++++--------- .../rest/resource/ConfigurationTest.java | 3 + 2 files changed, 307 insertions(+), 304 deletions(-) diff --git a/lib/taskana-core/pom.xml b/lib/taskana-core/pom.xml index bee8f716a..754606fac 100644 --- a/lib/taskana-core/pom.xml +++ b/lib/taskana-core/pom.xml @@ -1,314 +1,314 @@ - 4.0.0 - pro.taskana - taskana-core - 1.1.1-SNAPSHOT + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + pro.taskana + taskana-core + 1.1.1-SNAPSHOT - ${project.groupId}:${project.artifactId} - The taskana library to include in your project. - http://taskana.pro + ${project.groupId}:${project.artifactId} + The taskana library to include in your project. + http://taskana.pro - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + - - - Holger Hagen - holger.hagen@novatec-gmbh.de - NovaTec Consulting GmbH - https://www.novatec-gmbh.de - - + + + Holger Hagen + holger.hagen@novatec-gmbh.de + NovaTec Consulting GmbH + https://www.novatec-gmbh.de + + - - scm:git:git://github.com/taskana/taskana.git - scm:git:ssh://github.com:taskana/taskana.git - http://github.com/taskana/taskana/tree/master - + + scm:git:git://github.com/taskana/taskana.git + scm:git:ssh://github.com:taskana/taskana.git + http://github.com/taskana/taskana/tree/master + - - 1.8 - 1.8 - UTF-8 - 1.7.1 - + + 1.8 + 1.8 + UTF-8 + 1.7.1 + - - - snapshot - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - + + + snapshot + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + - - - org.mybatis - mybatis - 3.4.5 - - - org.slf4j - slf4j-api - 1.7.25 - - - org.json - json - 20180130 - - - - junit - junit - 4.12 - test - - - org.mockito - mockito-core - 2.8.47 - test - - - org.powermock - powermock-module-junit4 - ${powermock.version} - test - - - org.powermock - powermock-api-mockito2 - ${powermock.version} - test - - - com.h2database - h2 - 1.4.196 - test - - - org.postgresql - postgresql - 42.2.2 - test - - - com.ibm.db2.jcc - db2jcc4 - 11.1.1.1 - test - - - org.apache.logging.log4j - log4j-slf4j-impl - 2.8.1 - test - - - org.apache.logging.log4j - log4j-core - 2.8.1 - test - - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - [1.0.0,) - - check - - - - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - validate - validate - - ../../qa/checkstyle/checkstyle.xml - UTF-8 - true - true - true - true - - - check - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - 3.5.1 - - true - - -Xlint:all - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - - - - - - - - novatec public - novatec-repository - https://repository.novatec-gmbh.de/content/repositories/novatec/ - - + + + org.mybatis + mybatis + 3.4.5 + + + org.slf4j + slf4j-api + 1.7.25 + + + org.json + json + 20180130 + + + + junit + junit + 4.12 + test + + + org.mockito + mockito-core + 2.8.47 + test + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + org.powermock + powermock-api-mockito2 + ${powermock.version} + test + + + com.h2database + h2 + 1.4.196 + test + + + org.postgresql + postgresql + 42.2.2 + test + + + com.ibm.db2.jcc + db2jcc4 + 11.1.1.1 + test + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.8.1 + test + + + org.apache.logging.log4j + log4j-core + 2.8.1 + test + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [1.0.0,) + + check + + + + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + validate + validate + + ../../qa/checkstyle/checkstyle.xml + UTF-8 + true + true + true + true + + + check + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + true + + -Xlint:all + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + + + + + + + + novatec public + novatec-repository + https://repository.novatec-gmbh.de/content/repositories/novatec/ + + diff --git a/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/resource/ConfigurationTest.java b/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/resource/ConfigurationTest.java index aa4da3767..2b5242764 100644 --- a/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/resource/ConfigurationTest.java +++ b/rest/taskana-rest-spring/src/test/java/pro/taskana/rest/resource/ConfigurationTest.java @@ -5,6 +5,9 @@ import pro.taskana.configuration.TaskanaEngineConfiguration; import static org.junit.Assert.assertNotNull; +/** + * Tests for Taskana lib configuration. + */ public class ConfigurationTest { @Test