allure-maven
Maven plugin generating Allure report from test results
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- task.yml
- build.yml
- label-verify.yml
- publish.yml
- release.yml
- CONTRIBUTING.md
- dependabot.yml
- pull_request_template.md
- release.yml
- icon.png
- vcs.xml
- maven-wrapper.properties
- allure-agent-mode.md
- checkstyle-suppressions.xml
- checkstyle.xml
- pmd.xml
- eclipse-jdt.prefs
- header.java
- Allure3Commandline.java
- Allure3Platform.java
- AllureAggregateMojo.java
- AllureBaseMojo.java
- AllureCommandline.java
- AllureDownloadUtils.java
- AllureGenerateMojo.java
- AllureInstallMojo.java
- AllureReportMojo.java
- AllureServeMojo.java
- AllureVersion.java
- CommandLineExecutorFactory.java
- ProxyUtils.java
- VersionUtils.java
- Allure2SetupHelper.java
- Allure3CommandlineTest.java
- Allure3PlatformTest.java
- Allure3SetupHelper.java
- AllureAggregateMojoTest.java
- AllureCommandlineTest.java
- AllureGenerateMojoTest.java
- AllureReportMojoTest.java
- AllureServeMojoTest.java
- AllureVersionTest.java
- CommandLineExecutorFactoryTest.java
- FakeAllure2CliRunner.java
- TestHelper.java
- VerifierAggregateIT.java
- VerifierAllure2IT.java
- VerifierAllure3IT.java
- VerifierPropertiesIT.java
- VerifierTestSupport.java
- aggregate-multi-module-cli-first-pom.xml
- aggregate-multi-module-cli-pom.xml
- aggregate-multi-module-cli-second-pom.xml
- aggregate-multi-module-exclude-report-first-pom.xml
- aggregate-multi-module-exclude-report-pom.xml
- aggregate-multi-module-exclude-report-second-pom.xml
- aggregate-multi-module-first-pom.xml
- aggregate-multi-module-pom.xml
- aggregate-multi-module-preserve-child-executor-first-pom.xml
- aggregate-multi-module-preserve-child-executor-pom.xml
- aggregate-multi-module-preserve-child-executor-second-pom.xml
- aggregate-multi-module-second-pom.xml
- aggregate-sample-pom.xml
- allure-2-results-pom.xml
- allure2-feature-without-version-property-pom.xml
- allure2-report-single-file-pom.xml
- allure2-report-then-serve-preserves-report-directory-pom.xml
- allure2-serve-paths-with-spaces-pom.xml
- allure3-aggregate-multi-module-results-directory-first-pom.xml
- allure3-aggregate-multi-module-results-directory-pom.xml
- allure3-aggregate-multi-module-results-directory-second-pom.xml
- allure3-aggregate-sample-pom.xml
- allure3-config-path-plugin-property-pom.xml
- allure3-config-path-system-property-pom.xml
- allure3-install-private-node-pom.xml
- allure3-package-path-install-pom.xml
- allure3-serve-paths-with-spaces-pom.xml
- categories-file-support-test-classpath-pom.xml
- custom-url-report-pom.xml
- feature-plugins-support-pom.xml
- feature-root-allure-yaml-config-pom.xml
- feature-should-fail-if-empty-report-pom.xml
- feature-without-version-property-pom.xml
- input-directory-sample-pom.xml
- properties-file-support-compile-classpath-pom.xml
- properties-file-support-configuration-pom.xml
- properties-file-support-default-location-pom.xml
- properties-file-support-placeholder-pom.xml
- properties-file-support-pom.xml
- properties-file-support-test-classpath-pom.xml
- report-as-build-plugin-pom.xml
- report-change-report-directory-pom.xml
- report-change-results-directory-pom.xml
- report-history-allure3-pom.xml
- report-multi-module-first-pom.xml
- report-multi-module-pom.xml
- report-multi-module-second-pom.xml
- report-paths-with-spaces-pom.xml
- report-single-file-pom.xml
- report-with-bundled-version-pom.xml
- allure2-categories-result.xml
- allure2-first-result.xml
- allure2-properties-result.xml
- allure2-result.json
- allure2-result.xml
- allure2-second-result.xml
- allure3-install-node-windows.cmd
- allure3-report-node-data-windows.cmd
- allure3-report-node-windows.cmd
- allurerc-custom.yml
- allurerc-empty.yml
- allurerc-plugin.yml
- allurerc-system.yml
- categories.json
- empty-results.keep
- report-placeholder.properties
- report.properties
- allure.properties
- .gitattributes
- .gitignore
- AGENTS.md
- allurerc.mjs
- CODE_OF_CONDUCT.md
- LICENSE
- mvnw
- mvnw.cmd
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/allure-framework/allure-maven
Downloads the entire project code from GitHub to your computer.
cd allure-maven
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn -Dreport.version=2.39.0 allure:report
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
