|
28 | 28 |
|
29 | 29 | ${project.name}
|
30 | 30 |
|
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}} |
32 | 32 | via {{{https://openjdk.java.net/jeps/282}jlink}}.
|
33 | 33 |
|
34 | 34 | * Goals Overview
|
35 | 35 |
|
36 | 36 | The JLink Plugin has two goals:
|
37 | 37 |
|
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. |
39 | 39 |
|
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. |
41 | 41 |
|
42 | 42 | []
|
43 | 43 |
|
44 | 44 | * Usage
|
45 | 45 |
|
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}}. |
48 | 47 |
|
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 |
50 | 49 | free to contact the {{{./mailing-lists.html}user mailing list}}. The posts to the mailing list are archived and could
|
51 | 50 | already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
|
52 | 51 | the {{{./mailing-lists.html}mail archive}}.
|
53 | 52 |
|
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 |
55 | 54 | {{{./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, |
57 | 56 | entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
|
58 | 57 | Of course, patches are welcome, too. Contributors can check out the project from our
|
59 | 58 | {{{./scm.html}source repository}} and will find supplementary information in the
|
60 | 59 | {{{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