Skip to content

Commit c729167

Browse files
authored
There are no examples (#234)
and various grammar and style fixes
1 parent 3ad15f0 commit c729167

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

src/site/apt/index.apt.vm

+7-15
Original file line numberDiff line numberDiff line change
@@ -28,40 +28,32 @@
2828

2929
${project.name}
3030

31-
The JLink Plugin is intended to create a {{{https://openjdk.java.net/jeps/220}Modular Java Run-Time Images}}
31+
The JLink Plugin creates {{{https://openjdk.java.net/jeps/220}Modular Java Run-Time Images}}
3232
via {{{https://openjdk.java.net/jeps/282}jlink}}.
3333

3434
* Goals Overview
3535

3636
The JLink Plugin has two goals:
3737

38-
* {{{./jlink-mojo.html}jlink:jlink}} create a Java Run Time Image from <<jar>>/<<jmod>> files.
38+
* {{{./jlink-mojo.html}jlink:jlink}} creates a Java Run Time Image from <<jar>>/<<jmod>> files.
3939

40-
* {{{./help-mojo.html}jlink:help}} displays help information on maven-jlink-plugin.
40+
* {{{./help-mojo.html}jlink:help}} displays help information for the maven-jlink-plugin.
4141

4242
[]
4343

4444
* Usage
4545

46-
General instructions on how to use the JLink Plugin can be found on the {{{./usage.html}usage page}}. Some more
47-
specific use cases are described in the examples given below.
46+
General instructions on how to use the JLink Plugin can be found on the {{{./usage.html}usage page}}.
4847

49-
In case you still have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel
48+
If you have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel
5049
free to contact the {{{./mailing-lists.html}user mailing list}}. The posts to the mailing list are archived and could
5150
already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
5251
the {{{./mailing-lists.html}mail archive}}.
5352

54-
If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our
53+
If the plugin is missing a feature or has a defect, you can file a feature request or bug report in our
5554
{{{./issue-management.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your
56-
concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason,
55+
concern. Especially for fixing bugs, it is crucial that the developers can reproduce your problem. For this reason,
5756
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
5857
Of course, patches are welcome, too. Contributors can check out the project from our
5958
{{{./scm.html}source repository}} and will find supplementary information in the
6059
{{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
61-
62-
* Examples
63-
64-
To provide you with better understanding on some usages of the Maven JLink Plugin,
65-
you can take a look into the following {{{./usage.html}examples}}
66-
67-
[]

0 commit comments

Comments
 (0)