diff --git a/pom.xml b/pom.xml index 8823198..a0ccd28 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,13 @@ 4.0.0 + + io.github.ktestify + ktestify-parent + 1.0.2 + + - io.github.ktestify ktestify-plugin-notifications 0.1.1-SNAPSHOT jar @@ -40,36 +45,8 @@ - - 25 - ${java.version} - ${java.version} - ${java.version} + ktestify-plugin-notifications - UTF-8 - UTF-8 - - - 0.1.2 - 7.34.4 - 6.1.1 - 1.18.46 - 5.23.0 - 2.0.18 - 2.0.5 - - - 0.8.15 - 3.15.0 - 3.1.4 - 3.2.8 - 3.5.0 - 3.4.0 - 3.12.0 - 3.5.6 - 3.8.0 - 2.21.0 - 0.11.0 @@ -79,7 +56,7 @@ io.github.ktestify ktestify-core - ${ktestify.version} + 1.0.3 @@ -88,13 +65,11 @@ io.cucumber cucumber-java - ${cucumber.version} io.cucumber cucumber-picocontainer - ${cucumber.version} @@ -103,8 +78,6 @@ org.projectlombok lombok - ${lombok.version} - provided @@ -113,7 +86,6 @@ org.slf4j slf4j-api - ${slf4j.version} @@ -122,258 +94,55 @@ org.junit.jupiter junit-jupiter-api - ${junit.jupiter.version} - test org.junit.jupiter junit-jupiter-engine - ${junit.jupiter.version} - test org.mockito mockito-core - ${mockito.version} - test org.apache.logging.log4j log4j-slf4j2-impl - 2.26.1 - test org.apache.logging.log4j log4j-core - 2.26.1 - test - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven.compiler.plugin.version} - - ${java.version} - ${project.build.sourceEncoding} - - - org.projectlombok - lombok - ${lombok.version} - - - - - - - - org.apache.maven.plugins - maven-source-plugin - ${maven.source.plugin.version} - - - attach-sources - - jar-no-fork - - - - + ${project.build.finalName} - + + org.apache.maven.plugins - maven-javadoc-plugin - ${maven.javadoc.plugin.version} + maven-surefire-plugin - ${project.build.sourceEncoding} - none - true + @{argLine} -Xmx512m -XX:+EnableDynamicAgentLoading - - - attach-javadocs - - jar - - - - - org.jacoco jacoco-maven-plugin - ${jacoco.plugin.version} - jacoco-initialize + jacoco-prepare-agent prepare-agent - - jacoco-report - - report - - test - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.plugin.version} - - - **/*Test.java - **/*Tests.java - - @{argLine} -Xmx512m -XX:+EnableDynamicAgentLoading - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven.surefire.plugin.version} - - - **/*IT.java - - -Xmx1024m -XX:+EnableDynamicAgentLoading - - - - - integration-test - verify - - - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.plugin.version} - - - - src/main/java/**/*.java - src/test/java/**/*.java - - - 2.90.0 - - true - - - - - - - - .spotless/HEADER.txt - - - - - pom.xml - - - UTF-8 - true - 4 - false - - - - - - - check - - package - - - - - - - - release - - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven.gpg.plugin.version} - - - sign-artifacts - - sign - - verify - - - --pinentry-mode - loopback - - - - - - - - - org.sonatype.central - central-publishing-maven-plugin - ${central.publishing.plugin.version} - true - - central - true - published - ${project.artifactId}-${project.version} - - - - - - org.codehaus.mojo - versions-maven-plugin - ${versions.plugin.version} - - false - - - - - - -