Skip to content

Commit 265ca97

Browse files
committed
add description of profiles in parent pom
1 parent af5c546 commit 265ca97

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Prior to filing an issue, please verify that it's not already reported by someon
6363

6464
When filing bugs:
6565
* 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
6767
* If possible, share a stack trace, using the Markdown semantic ```
6868

6969
When filing features:
@@ -72,6 +72,17 @@ When filing features:
7272
* If you have any thoughts on where to plug this into the framework, that would be very helpful too
7373
* Lastly, we value contributions to the framework highly. So please provide a Pull Request as well!
7474

75-
## Credits
75+
## Building the extension
7676

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+
7788
---

0 commit comments

Comments
 (0)