Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-T 1C
-U
-e
3 changes: 3 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ of the contributors will also identify and prevent conflict of interests.
### Building the project

1. Clone the repository (or your fork)
2. Run `mvn clean install` in the root directory
2. Run `mvnw clean install` in the root directory

### Compatibility matrix

| OpenPDF version | Java version |
|-----------------|--------------|
| 1.3 | 8 |
| 1.4 | 11 |
| 2.0 (master) | 17 |
| 2.0 | 17 |
| 2.1+ (master) | 21 |

### Please note

Expand All @@ -33,14 +34,14 @@ of the contributors will also identify and prevent conflict of interests.
- Continuation indent: 8 spaces
- Line length: 120 characters
- Make sure to add tests for your changes
- Fix any checkstyle issues before submitting your pull request (`mvn checkstyle:check`)
- Fix any checkstyle issues before submitting your pull request (`mvnw checkstyle:check`)
- Fix any issues found by the CI build after submitting your pull request

### Configuring your IDE

1. Configure the formatter (configuration files are in the `config` directory) or
2. Use the editorconfig plugin for your IDE
3. Use checkstyle plugin for your IDE (configuration is `checkstyle.xml`), or run `mvn checkstyle:check`
3. Use checkstyle plugin for your IDE (configuration is `checkstyle.xml`), or run `mvnw checkstyle:check`
4. Use sonarlint plugin for your IDE

### Other code quality tools we use
Expand Down
295 changes: 295 additions & 0 deletions mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading