-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Scripts and Tools | ||
|
||
Many of these scripts expect to be run from the root directory of this folder. | ||
So use `$ ./scriptsAndTools/<script>.sh` | ||
|
||
Most scripts will fail if an argument is missing | ||
|
||
## Scripts to be used by developers | ||
Don't use the other scripts, except if you know what you are doing. | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| `verifyFormat.sh` | Checks all format requirements. `mvn clean install` before using it. | ||
| `fixSourceFileHeaders.sh` | Replaces the first part of each java file in the repo with the correctHeader. | ||
| `formatPoms.sh` | Formats the poms according to the requirements. | ||
| `versionBump.sh` | Initiate a version bump and release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters