From c3c6fa466dec564fce4cfe4354f86622cc02e6c8 Mon Sep 17 00:00:00 2001 From: Rashim-Dhuria <104442275+Rashim-Dhuria@users.noreply.github.com> Date: Mon, 17 Oct 2022 00:44:02 +0530 Subject: [PATCH 1/2] Update pom.xml updating fpom.xml file copied to net --- pom.xml | 408 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 373 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index ebb92b6..8a865ac 100644 --- a/pom.xml +++ b/pom.xml @@ -1,36 +1,374 @@ - - - 4.0.0 - com.access - LoginRegisterApp - war - 1.1 - LoginRegisterApp Maven Webapp - http://maven.apache.org - - - - - mysql - mysql-connector-java - 8.0.20 - - - javax.servlet - javax.servlet-api - 3.0.1 - - - - junit - junit - 3.8.1 - test - - - - - LoginRegisterApp - + + 4.0.0 + + com.googlecode.maven-download-plugin + download-maven-plugin + maven-plugin + 1.6.9-SNAPSHOT + Download Plugin for Maven + + + org.sonatype.oss + oss-parent + 9 + + + UTF-8 + 4.5.13 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.6.0 + + + default-descriptor + process-classes + + + help-goal + + helpmojo + + + + + + maven-release-plugin + + + release + deploy site:site site:deploy + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-2 + + + + + + its + + + + maven-invoker-plugin + 3.2.2 + + + integration-test + + install + run + + + src/it + ${project.build.directory}/it + ${project.build.directory}/local-repo + invoke.properties + prepare.groovy + verify + 1C + true + + ${project.version} + 687474703a2f2f696d672e71756c6963652e636f6d2f6c6f676f2d6269672e706e67 + https://camo.githubusercontent.com/b104774339e1617d123179a20a9deec29c106411/687474703a2f2f696d672e71756c6963652e636f6d2f6c6f676f2d6269672e706e67 + + + 687474703a2f2f696d672e71756c6963652e636f6d2f6c6f676f2d6269672e706e67 + + src/it/settings.xml + + + + + + + + + + + + org.apache.maven + maven-core + 3.8.2 + + + org.apache.maven + maven-plugin-api + 2.0 + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.4 + provided + + + org.apache.maven + maven-artifact + 2.0 + compile + + + org.apache.maven + maven-project + 2.0 + compile + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-cache + ${httpclient.version} + + + org.codehaus.plexus + plexus-archiver + 4.2.5 + + + org.codehaus.plexus + plexus-utils + 3.1.0 + + + org.apache.maven.wagon + wagon-provider-api + 2.12 + + + org.sonatype.plexus + plexus-sec-dispatcher + 1.4 + compile + + + org.sonatype.plexus + plexus-build-api + 0.0.7 + + + + + junit + junit + 4.13.1 + test + + + org.hamcrest + java-hamcrest + 2.0.0.0 + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 1.2 + test + + + org.slf4j + slf4j-simple + 1.7.36 + test + + + org.mockito + mockito-inline + 4.7.0 + test + + + + + + + + maven-plugin-plugin + + + maven-surefire-report-plugin + + + maven-project-info-reports-plugin + + + maven-jxr-plugin + + true + + + + maven-javadoc-plugin + + true + + + + + javadoc + + + + http://java.sun.com/javase/1.5.0/docs/api/ + + + + + + + maven-pmd-plugin + + true + ${jdk} + 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 + + + TODO + FIXME + @todo + @fixme + @deprecated + + + + + maven-changes-plugin + + %URL%/detail?id=%ISSUE%&can=1 + + + + + changes-report + + + + + + maven-changelog-plugin + + + org.codehaus.mojo + cobertura-maven-plugin + + + + + + + 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 + + + 2.0 + + + Open-Source + https://github.com/maven-download-plugin/maven-download-plugin + From eebe443c85fdc0d0fd53a94b9b326af81ae44015 Mon Sep 17 00:00:00 2001 From: Rashim-Dhuria <104442275+Rashim-Dhuria@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:09:05 +0530 Subject: [PATCH 2/2] Update pom.xml update pom.xml file --- pom.xml | 385 ++------------------------------------------------------ 1 file changed, 11 insertions(+), 374 deletions(-) diff --git a/pom.xml b/pom.xml index 8a865ac..aa9c1fd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,374 +1,11 @@ - - 4.0.0 - - com.googlecode.maven-download-plugin - download-maven-plugin - maven-plugin - 1.6.9-SNAPSHOT - Download Plugin for Maven - - - org.sonatype.oss - oss-parent - 9 - - - UTF-8 - 4.5.13 - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.6.0 - - - default-descriptor - process-classes - - - help-goal - - helpmojo - - - - - - maven-release-plugin - - - release - deploy site:site site:deploy - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - - - org.apache.maven.wagon - wagon-webdav - 1.0-beta-2 - - - - - - its - - - - maven-invoker-plugin - 3.2.2 - - - integration-test - - install - run - - - src/it - ${project.build.directory}/it - ${project.build.directory}/local-repo - invoke.properties - prepare.groovy - verify - 1C - true - - ${project.version} - 687474703a2f2f696d672e71756c6963652e636f6d2f6c6f676f2d6269672e706e67 - https://camo.githubusercontent.com/b104774339e1617d123179a20a9deec29c106411/687474703a2f2f696d672e71756c6963652e636f6d2f6c6f676f2d6269672e706e67 - - - 687474703a2f2f696d672e71756c6963652e636f6d2f6c6f676f2d6269672e706e67 - - src/it/settings.xml - - - - - - - - - - - - org.apache.maven - maven-core - 3.8.2 - - - org.apache.maven - maven-plugin-api - 2.0 - - - org.apache.maven.plugin-tools - maven-plugin-annotations - 3.4 - provided - - - org.apache.maven - maven-artifact - 2.0 - compile - - - org.apache.maven - maven-project - 2.0 - compile - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - org.apache.httpcomponents - httpclient-cache - ${httpclient.version} - - - org.codehaus.plexus - plexus-archiver - 4.2.5 - - - org.codehaus.plexus - plexus-utils - 3.1.0 - - - org.apache.maven.wagon - wagon-provider-api - 2.12 - - - org.sonatype.plexus - plexus-sec-dispatcher - 1.4 - compile - - - org.sonatype.plexus - plexus-build-api - 0.0.7 - - - - - junit - junit - 4.13.1 - test - - - org.hamcrest - java-hamcrest - 2.0.0.0 - test - - - org.apache.maven.plugin-testing - maven-plugin-testing-harness - 1.2 - test - - - org.slf4j - slf4j-simple - 1.7.36 - test - - - org.mockito - mockito-inline - 4.7.0 - test - - - - - - - - maven-plugin-plugin - - - maven-surefire-report-plugin - - - maven-project-info-reports-plugin - - - maven-jxr-plugin - - true - - - - maven-javadoc-plugin - - true - - - - - javadoc - - - - http://java.sun.com/javase/1.5.0/docs/api/ - - - - - - - maven-pmd-plugin - - true - ${jdk} - 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 - - - TODO - FIXME - @todo - @fixme - @deprecated - - - - - maven-changes-plugin - - %URL%/detail?id=%ISSUE%&can=1 - - - - - changes-report - - - - - - maven-changelog-plugin - - - org.codehaus.mojo - cobertura-maven-plugin - - - - - - - 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 - - - 2.0 - - - Open-Source - https://github.com/maven-download-plugin/maven-download-plugin - - + + + 4.0.0 + com.javatpoint.application1 + my-app + 1 + +