diff --git a/galasa-maven-plugin/pom.xml b/galasa-maven-plugin/pom.xml index 82bb084..de9ac43 100644 --- a/galasa-maven-plugin/pom.xml +++ b/galasa-maven-plugin/pom.xml @@ -1,212 +1,212 @@ - + - 4.0.0 - - dev.galasa - galasa-maven-plugin - 0.32.0 - maven-plugin - - Galasa Maven Plugin - Maven plugin for build Galasa artifacts such as the OBR, Test Catalog - https://galasa.dev - - - - Eclipse Public License - v 2.0 - https://www.eclipse.org/legal/epl-2.0 - - - - - - Michael Baylis - Michael.Baylis@uk.ibm.com - IBM - https://www.ibm.com - - - William Yates - wyates@uk.ibm.com - IBM - https://www.ibm.com - - - David Roberts - david.roberts@uk.ibm.com - IBM - https://www.ibm.com - - - James Davies - james.davies@ibm.com - IBM - https://www.ibm.com - - - - - https://github.com/galasa-dev/maven - scm:git:git:://github.com/galasa-dev/maven - scm:git:git:://github.com/galasa-dev/maven - - - - https://github.com/galasa-dev/projectmanagement/issues - GitHub - - - - - galasa.release.repo - ${galasa.release.repo} - - - galasa.snapshot.repo - ${galasa.snapshot.repo} - - - - - UTF-8 - UTF-8 - 1.8 - ${java.version} - ${java.version} - yyyyMMddHHmm - - - - - org.apache.maven.plugin-tools - maven-plugin-annotations - 3.6.0 - provided - - - org.apache.maven - maven-plugin-api - 3.6.2 - - - org.apache.maven.shared - maven-shared-utils - 3.4.2 - - - org.apache.maven - maven-artifact - 3.6.2 - provided - - - org.apache.maven - maven-compat - 3.9.6 - - - junit - junit - 4.12 - test - - - org.apache.maven.plugin-testing - maven-plugin-testing-harness - test - 3.3.0 - - - - commons-codec - commons-codec - 1.13 - - - commons-io - commons-io - 2.9.0 - - - - - org.apache.felix - org.apache.felix.bundlerepository - 2.0.10 - - - - org.reflections - reflections - 0.9.11 - - - - com.google.code.gson - gson - 2.8.5 - - - - org.assertj - assertj-core - 3.25.3 - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.6.0 - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - - - - - - - com.google.code.maven-replacer-plugin - maven-replacer-plugin - 1.4.0 - - - process-resources - - replace - - - - - git.hash - ${project.build.directory}/classes/META-INF/git.hash - - - @hash@ - ${env.GIT_COMMIT} - - - - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + dev.galasa + galasa-maven-plugin + 0.32.0 + maven-plugin + + Galasa Maven Plugin + Maven plugin for build Galasa artifacts such as the OBR, Test Catalog + https://galasa.dev + + + + Eclipse Public License - v 2.0 + https://www.eclipse.org/legal/epl-2.0 + + + + + + Michael Baylis + Michael.Baylis@uk.ibm.com + IBM + https://www.ibm.com + + + William Yates + wyates@uk.ibm.com + IBM + https://www.ibm.com + + + David Roberts + david.roberts@uk.ibm.com + IBM + https://www.ibm.com + + + James Davies + james.davies@ibm.com + IBM + https://www.ibm.com + + + + + https://github.com/galasa-dev/maven + scm:git:git:://github.com/galasa-dev/maven + scm:git:git:://github.com/galasa-dev/maven + + + + https://github.com/galasa-dev/projectmanagement/issues + GitHub + + + + + galasa.release.repo + ${galasa.release.repo} + + + galasa.snapshot.repo + ${galasa.snapshot.repo} + + + + + UTF-8 + UTF-8 + 1.8 + ${java.version} + ${java.version} + yyyyMMddHHmm + + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.6.0 + provided + + + org.apache.maven + maven-plugin-api + 3.6.2 + + + org.apache.maven.shared + maven-shared-utils + 3.4.2 + + + org.apache.maven + maven-artifact + 3.6.2 + provided + + + org.apache.maven + maven-compat + 3.9.6 + + + junit + junit + 4.12 + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + test + 3.3.0 + + + + commons-codec + commons-codec + 1.16.1 + + + commons-io + commons-io + 2.9.0 + + + + + org.apache.felix + org.apache.felix.bundlerepository + 2.0.10 + + + + org.reflections + reflections + 0.9.11 + + + + com.google.code.gson + gson + 2.8.5 + + + + org.assertj + assertj-core + 3.25.3 + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.6.0 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + com.google.code.maven-replacer-plugin + maven-replacer-plugin + 1.4.0 + + + process-resources + + replace + + + + + git.hash + ${project.build.directory}/classes/META-INF/git.hash + + + @hash@ + ${env.GIT_COMMIT} + + + + + + +