Clarify expected jar size in getting started doc
Closes gh-34514
This commit is contained in:
parent
1e5a72f1f8
commit
5ed5820f92
|
@ -283,7 +283,7 @@ Save your `pom.xml` and run `mvn package` from the command line, as follows:
|
|||
----
|
||||
|
||||
If you look in the `target` directory, you should see `myproject-0.0.1-SNAPSHOT.jar`.
|
||||
The file should be around 10 MB in size.
|
||||
The file should be around 18 MB in size.
|
||||
If you want to peek inside, you can use `jar tvf`, as follows:
|
||||
|
||||
[source,shell,indent=0,subs="verbatim"]
|
||||
|
|
Loading…
Reference in New Issue