Skip to content

Commit 1f18b59

Browse files
authored
Update README.md
1 parent 487e4a2 commit 1f18b59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ Prerequisites:
1111
* JDK8+
1212
* Maven 3.0.3+
1313

14-
Run the full build:
14+
Run the full build with DRAFT status:
1515

1616
`mvn install`
1717

18+
Run the full build with custom status (ex. "Final Release"):
19+
20+
`mvn install -Dstatus=“Final Release”`
21+
1822
Locate the html files:
1923
- `target/generated-docs/jsonp-spec-<version>.html`
2024

0 commit comments

Comments
 (0)