Skip to content

Commit 2dbb349

Browse files
panickingtimja
andauthored
CONTRIBUTING.md: Add some information to package the plugin (#581)
Co-authored-by: Tim Jacomb <[email protected]>
1 parent 7857c96 commit 2dbb349

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ npm run build:dev
7979

8080
It's recommended that you set up the above terminal commands in your IDE of choice.
8181

82+
### Build and package
83+
84+
To generate the hpi package and run the test you can use:
85+
```sh
86+
mvn package
87+
```
88+
For a quicker build without the tests run:
89+
```sh
90+
mvn package -P quick-build
91+
```
92+
8293
### Code style
8394

8495
Code style will be enforced by GitHub pull request checks.

0 commit comments

Comments
 (0)