# rspec-maven-plugin
**Repository Path**: mirrors_SonarSource/rspec-maven-plugin
## Basic Information
- **Project Name**: rspec-maven-plugin
- **Description**: RSPEC Maven Plugin Project
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-29
- **Last Updated**: 2026-07-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# rspec-maven-plugin
RSPEC Maven Plugin Project
Set `rspec.sha` to pin generated data to a specific RSPEC commit. This makes generated data reproducible and allows
builds to use a previous RSPEC revision when the current RSPEC state is not desired.
```xml
0123456789abcdef0123456789abcdef01234567
```
It can also be provided from the command line with `-Drspec.sha=`.
If both `rspecSha` and `vcsBranchName` are set, `rspecSha` takes precedence.