From c16ce76bf2e0357874b5ee30b2c57af94b8c6a6c Mon Sep 17 00:00:00 2001 From: bbshashi1100 Date: Thu, 7 Nov 2024 14:09:32 +0530 Subject: [PATCH] Create Pom.xml this is pom.xml file --- Pom.xml | 528 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 528 insertions(+) create mode 100644 Pom.xml diff --git a/Pom.xml b/Pom.xml new file mode 100644 index 0000000..914b27a --- /dev/null +++ b/Pom.xml @@ -0,0 +1,528 @@ + + + 4.0.0 + + + com.googlecode.maven-download-plugin + download-maven-plugin + maven-plugin + 1.9.1-SNAPSHOT + + Download Plugin for Maven + + + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + maven-download-plugin + scm:git:ssh://git@github.com/maven-download-plugin/maven-download-plugin.git + + + + + This is a plugin meant to help maven user to download + different files on different protocol in part of maven build. For the + first implementation, there will only be a goal that will help + downloading a maven artifact from the command line. Future version of + the plugin could include web download, ftp download, scp download and + so on. + + + https://github.com/maven-download-plugin/maven-download-plugin + + + + mhoule + Marc-Andre Houle + -4 + + developer + lead + + + + mistria + Mickael Istria (Red Hat Inc.) + JBoss, by Red Hat + http://www.jboss.org/tools + +1 + + developer + + + + + 2009 + + + GitHub + https://github.com/maven-download-plugin/maven-download-plugin/issues + + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + scm:git:git://github.com/maven-download-plugin/maven-download-plugin.git + scm:git:ssh://git@github.com/maven-download-plugin/maven-download-plugin.git + https://github.com/maven-download-plugin/maven-download-plugin + + + + + ${maven.version} + + + + Open-Source + https://github.com/maven-download-plugin/maven-download-plugin + + + + UTF-8 + UTF-8 + UTF-8 + + 4.5.14 + 1.8 + 1.8 + 3.2.5 + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.9.0 + + + default-descriptor + process-classes + + + help-goal + + helpmojo + + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + + release + deploy site:site site:deploy + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.4.5 + + + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + + + + + + debug-mrm + + + + org.codehaus.mojo + mrm-maven-plugin + 1.5.0 + + + + run + + validate + + + + + + ${project.basedir}/src/it-repo + + + ${project.build.directory}/local-repo + + + + + + + + + + its + + + + org.codehaus.mojo + mrm-maven-plugin + 1.5.0 + + + + start + stop + + + + + + + ${project.basedir}/src/it-repo + + + ${project.build.directory}/local-repo + + + + + + + org.apache.maven.plugins + maven-invoker-plugin + 3.6.0 + + + integration-test + + install + run + + + ${project.basedir}/src/it + ${project.build.directory}/it + ${project.build.directory}/local-repo + invoke.properties + prepare.groovy + verify + 1C + true + ${project.basedir}/src/it/settings.xml + + ${mrm.repository.url} + + + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + org.apache.maven + maven-core + ${maven.version} + provided + + + org.apache.maven + maven-plugin-api + ${maven.version} + provided + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.8.2 + provided + + + org.apache.maven + maven-artifact + ${maven.version} + provided + + + org.apache.maven.shared + maven-shared-utils + 3.4.2 + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-cache + ${httpclient.version} + + + org.codehaus.plexus + plexus-archiver + 4.9.2 + + + org.codehaus.plexus + plexus-utils + 4.0.0 + + + org.apache.maven.wagon + wagon-provider-api + 3.5.3 + + + org.sonatype.plexus + plexus-sec-dispatcher + 1.4 + + + org.codehaus.plexus + plexus-build-api + 1.2.0 + + + com.google.code.findbugs + jsr305 + 3.0.2 + + + commons-io + commons-io + 2.16.1 + + + + + org.junit.vintage + junit-vintage-engine + 5.9.3 + test + + + org.hamcrest + hamcrest + 2.2 + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 3.3.0 + test + + + org.slf4j + slf4j-simple + 1.7.36 + test + + + org.mockito + mockito-inline + 4.11.0 + test + + + com.github.tomakehurst + wiremock-jre8-standalone + 2.35.0 + test + + + + + + + + org.apache.maven.plugins + maven-plugin-report-plugin + 3.9.0 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 3.1.2 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + org.apache.maven.plugins + maven-jxr-plugin + 3.3.0 + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.0 + + true + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.21.0 + + true + 8 + 100 + + + /rulesets/java/basic.xml + /rulesets/java/braces.xml + /rulesets/java/finalizers.xml + /rulesets/java/imports.xml + /rulesets/java/migrating.xml + /rulesets/java/strings.xml + /rulesets/java/unusedcode.xml + + + + + org.codehaus.mojo + taglist-maven-plugin + 3.0.0 + + + + + Todo Work + + + TODO + exact + + + FIXME + exact + + + @todo + ignoreCase + + + @fixme + ignoreCase + + + @deprecated + ignoreCase + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.12.1 + + %URL%/detail?id=%ISSUE%&can=1 + + + + + changes-report + + + + + + org.apache.maven.plugins + maven-changelog-plugin + 2.3 + + + +