File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Prior to filing an issue, please verify that it's not already reported by someon
63
63
64
64
When filing bugs:
65
65
* A description of your setup and what's happening helps us figuring out what the issue might be
66
- * Do not forget to provide version you're using
66
+ * Do not forget to provide the version you're using
67
67
* If possible, share a stack trace, using the Markdown semantic ```
68
68
69
69
When filing features:
@@ -72,6 +72,17 @@ When filing features:
72
72
* If you have any thoughts on where to plug this into the framework, that would be very helpful too
73
73
* Lastly, we value contributions to the framework highly. So please provide a Pull Request as well!
74
74
75
- ## Credits
75
+ ## Building the extension
76
76
77
+ If you want to build the extension locally, you need to check it out from GiHub and run the following command:
78
+
79
+ ./mvnw clean install
80
+
81
+ ### Producing JavaDocs and Sources archive
82
+
83
+ In order to build JavaDoc and Sources archives you will need JDK 8 installed on your machine. Please execute the following command line:
84
+
85
+ ./mvnw clean install -Pjavadoc-and-sources
86
+
87
+
77
88
---
You can’t perform that action at this time.
0 commit comments