Skip to content

Commit

Permalink
[ci] Add note on how to update sites for examples on our site
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 26, 2023
1 parent b3fa541 commit 4065957
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Run gui with a specific version
mvn com.github.spotbugs:spotbugs-maven-plugin:4.8.2.0:gui
```

## Creating new site examples ##

```
mvn -DtestSrc=remote -Prun-its clean install -D"invoker.parallelThreads=4"
Then replace current src/site/resources entirely with any working example 'site' folder from there (Currently uses basic-1).
```

## Contributing ##

Run integration tests
Expand Down

0 comments on commit 4065957

Please sign in to comment.