Skip to content

Example mvn profile html

B. K. Oxley (binkley) edited this page Jun 4, 2024 · 4 revisions

Modern Java/JVM build practices (10.04 s)

Plugin execution Duration
com.github.spotbugs:spotbugs-maven-plugin:4.8.5.0:spotbugs {execution: spotbugs} 2.328 s
org.owasp:dependency-check-maven:9.2.0:check {execution: default} 2.266 s
org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test {execution: default-test} 1.254 s
org.apache.maven.plugins:maven-pmd-plugin:3.22.0:pmd {execution: pmd} 984.7 ms
org.pitest:pitest-maven:1.16.1:mutationCoverage {execution: mutation-testing} 976.9 ms
org.apache.maven.plugins:maven-failsafe-plugin:3.2.5:integration-test {execution: default} 508.9 ms
org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:check {execution: validate} 411.2 ms
org.apache.maven.plugins:maven-assembly-plugin:3.7.1:single {execution: default} 288.0 ms
org.apache.maven.plugins:maven-jdeps-plugin:3.1.2:jdkinternals {execution: default} 264.5 ms
org.apache.maven.plugins:maven-jdeps-plugin:3.1.2:test-jdkinternals {execution: default} 193.1 ms
org.apache.maven.plugins:maven-jar-plugin:3.4.1:jar {execution: default-jar} 77.01 ms
org.jacoco:jacoco-maven-plugin:0.8.12:report {execution: coverage-report} 70.26 ms
org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce {execution: default} 69.02 ms
org.apache.maven.plugins:maven-pmd-plugin:3.22.0:cpd {execution: cpd} 44.51 ms
org.jacoco:jacoco-maven-plugin:0.8.12:prepare-agent {execution: prepare-coverage} 35.10 ms
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile {execution: default-compile} 35.67 ms
org.gaul:modernizer-maven-plugin:2.9.0:modernizer {execution: default} 30.09 ms
com.github.spotbugs:spotbugs-maven-plugin:4.8.5.0:check {execution: default} 18.98 ms
org.jacoco:jacoco-maven-plugin:0.8.12:check {execution: check-coverage} 17.83 ms
org.apache.maven.plugins:maven-failsafe-plugin:3.2.5:verify {execution: default} 15.83 ms
org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources {execution: default-resources} 14.51 ms
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile {execution: default-testCompile} 5.735 ms
org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources {execution: default-testResources} 1.306 ms
org.apache.maven.plugins:maven-pmd-plugin:3.22.0:check {execution: default} 1.338 ms
org.apache.maven.plugins:maven-pmd-plugin:3.22.0:cpd-check {execution: default} 729.5 μs

Generated by maven-profiler.

Clone this wiki locally