diff --git a/pom.xml b/pom.xml index ee688c9..f6b5a71 100644 --- a/pom.xml +++ b/pom.xml @@ -1,297 +1,53 @@ - - 4.0.0 - com.qianhong.javawebapp - java-maven-calculator-web-app - war - 1.1-SNAPSHOT - Calculator Web - A Java Maven Calculator Web Application Writen By Java, Built By Maven, CI/CD By Jenkins - http://maven.apache.org + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 17 + 17 + + + + + org.apache.maven.plugins + maven-war-plugin + 3.2.2 + + + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + + prepare-agent + + + + report + test + + report + + + + + + + + + org.eclipse.jetty + jetty-maven-plugin + 9.4.11.v20180605 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + - - UTF-8 - 1.8 - 1.8 - 2.27 - - - - scm:git:https://github.com/maping/java-maven-calculator-web-app.git - scm:git:https://github.com/maping/java-maven-calculator-web-app.git - https://github.com/maping/java-maven-calculator-web-app.git - HEAD - - - - - releases - Nexus Release Repository - http://localhost:8081/repository/maven-releases/ - - - snapshots - Nexus Snapshot Repository - http://localhost:8081/repository/maven-snapshots/ - - - - - - org.glassfish.jersey.containers - jersey-container-servlet-core - ${jersey-version} - - - org.glassfish.jersey.media - jersey-media-json-jackson - ${jersey-version} - - - org.glassfish.jersey.core - jersey-server - ${jersey-version} - - - org.glassfish.jersey.inject - jersey-hk2 - ${jersey-version} - - - junit - junit - 4.12 - test - - - org.apache.httpcomponents - httpclient - 4.5.6 - test - - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - - - - - calculator - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - ${maven.compiler.source} - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-war-plugin - 3.2.2 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - cobertura - test - - cobertura - - - - xml - html - - - - - - - org.eclipse.jetty - jetty-maven-plugin - 9.4.11.v20180605 - - - /calculator - - target/${project.artifactId}-${project.version} - 8079 - stop-jetty-for-it - 10 - - 9999 - 60000 - - - - - start-jetty - pre-integration-test - - start - - - 0 - true - - - - stop-jetty - post-integration-test - - stop - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.0 - - - run-integration-test - integration-test - - test - - - - **/*IT.java - - - - - - - org.codehaus.cargo - cargo-maven2-plugin - 1.6.9 - - - tomcat8x - /Users/maping/apache/tomcat - - - existing - /Users/maping/apache/tomcat - - - - - com.lazerycode.jmeter - jmeter-maven-plugin - 2.7.0 - - - jmeter-tests - verify - - jmeter - - - - - - com.microsoft.azure - azure-webapp-maven-plugin - 1.4.0 - - mapingAppServiceRG - mapingAppServicePlan - mapinglinuxcalculator - tomcat 9.0-jre8 - ftp - - - ${project.basedir}/target - webapps - - *.war - - - *.xml - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.7.1 - - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - username - password - https://github.com/maping/java-maven-calculator-web-app.git - https://github.com/maping/java-maven-calculator-web-app.git - - - - - - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 3.0.0 - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.0.1 - - - org.apache.maven.plugins - maven-jxr-plugin - 2.5 - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.0.0 - - - org.apache.maven.plugins - maven-pmd-plugin - 3.10.0 - - false - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - - cobertura - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.22.0 - - - - -