You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,9 +29,9 @@ on a list of standard projects(Spring Framework, Hibernate, Solr, etc.)
29
29
-l, --list-of-project path to the file which contains the list of standard projects
30
30
-m, --mode the mode of the tool: 'local', 'online' or 'single'
31
31
single: Set this option to 'single' if your patch branch contains changes
32
-
for any option that can't work on master/base branch
32
+
for any option that can't work on main/base branch
33
33
online: Set this option to 'online' if you want to download
34
-
the PMD report of master/base branch rather than generating it locally
34
+
the PMD report of main/base branch rather than generating it locally
35
35
local: Default option is 'local', PMD reports for the base and patch branches are generated locally.
36
36
37
37
-t, --threads Sets the number of threads used by PMD. Set threads to 0 to disable multi-threading processing.
@@ -49,15 +49,15 @@ on a list of standard projects(Spring Framework, Hibernate, Solr, etc.)
49
49
50
50
==== Run local mode
51
51
52
-
pmdtester -b master -p YOUR_DEVELOPMENT_BRANCH -r PATH_TO_LOCAL_PMD_REPO -a
52
+
pmdtester -b main -p YOUR_DEVELOPMENT_BRANCH -r PATH_TO_LOCAL_PMD_REPO -a
53
53
54
54
==== Run single mode
55
55
56
56
pmdtester -p YOUR_DEVELOPMENT_BRANCH -pc CONFIG_ONLY_CONTAINS_NEW_PMD_JAVA_RULE -m single
57
57
58
58
==== Run online mode
59
59
60
-
pmdtester -b master -p YOUR_DEVELOPMENT_BRANCH -r PATH_TO_LOCAL_PMD_REPO -m online -a
60
+
pmdtester -b main -p YOUR_DEVELOPMENT_BRANCH -r PATH_TO_LOCAL_PMD_REPO -m online -a
61
61
62
62
=== Output
63
63
The tool creates the following folders:
@@ -159,7 +159,7 @@ The tool creates the following folders:
159
159
* Update History.md and lib/pmdtester.rb for the next development version,
160
160
run again "bundle exec rake verify"
161
161
* Commit ("Prepare next development version x.y.z-SNAPSHOT").
162
-
* Push to master.
162
+
* Push to main.
163
163
* Push the tag. Github Actions will build and publish the new gem
164
164
* A github release is automatically created, verify it on https://github.com/pmd/pmd-regression-tester/releases
165
165
* To make pmd's main CI use the new version (in [pmd/pmd](https://github.com/pmd/pmd/)), go to the root directory and run `bundle lock --update`. Commit these changes.
0 commit comments