Skip to content

Commit de7cfd3

Browse files
Cleanup project site
- fix broken links - add breadcrumbs for site - remove faq - there is no useful content
1 parent 5e7a51c commit de7cfd3

File tree

4 files changed

+28
-44
lines changed

4 files changed

+28
-44
lines changed

src/site/apt/examples/example-exec-or-java-change-classpath-scope.apt.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ Changing the classpath scope when running Java programs
4040
or, on the command line,
4141

4242
-----
43-
mvn exec:exec [...] -Dexec.classpathScope="java"
43+
mvn exec:java [...] -Dexec.classpathScope="test"
4444
-----

src/site/apt/index.apt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,21 @@ Exec Maven Plugin
4040
General instructions on how to use the Exec Maven Plugin can be found on the {{{./usage.html}usage page}}.
4141

4242
In case you still have questions regarding the plugin's usage, please feel
43-
free to contact the {{{./mail-lists.html}user mailing list}}. The posts to the mailing list are archived and could
43+
free to contact the {{{./mailing-lists.html}user mailing list}}. The posts to the mailing list are archived and could
4444
already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
45-
the {{{./mail-lists.html}mail archive}}.
45+
the {{{./mailing-lists.html}mail archive}}.
4646

4747
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
48-
{{{./issue-tracking.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your
48+
{{{./issue-management.html}issue tracker}}.
49+
50+
When creating a new issue, please provide a comprehensive description of your
4951
concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason,
5052
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
51-
Of course, patches are most welcome too. Contributors can check out the project from our
52-
{{{./source-repository.html}source repository}} and will find supplementary information in the
53-
{{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
53+
Of course, patches are most welcome too.
54+
55+
Contributors can check out the project from our {{{./scm.html}source repository}} and will find supplementary
56+
information in the {{{https://www.mojohaus.org/contribution/reporting-an-issue.html}Reporting an Issue}},
57+
{{{https://www.mojohaus.org/contribution/submitting-a-patch.html}Submitting a Patch}}
5458

5559
* Examples
5660

src/site/fml/faq.fml

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/site/site.xml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
34
<body>
5+
<breadcrumbs>
6+
<item name="MojoHaus" href="https://www.mojohaus.org/"/>
7+
<item name="${this.name}" href="${this.url}"/>
8+
</breadcrumbs>
9+
410
<menu name="Overview">
511
<item name="Introduction" href="index.html"/>
612
<item name="Goals" href="plugin-info.html"/>
713
<item name="Usage" href="usage.html"/>
8-
<item name="FAQ" href="faq.html"/>
914
</menu>
1015

1116
<menu name="Examples">
12-
<item name="Running Java programs with exec:exec" href="examples/example-exec-for-java-programs.html"/>
13-
<item name="Changing the classpath scope when running Java programs" href="examples/example-exec-or-java-change-classpath-scope.html"/>
14-
<item name="Using plugin dependencies with exec:exec" href="examples/example-exec-using-plugin-dependencies.html"/>
15-
<item name="Using toolchains with exec:exec" href="examples/example-exec-using-toolchains.html"/>
16-
<item name="Using executable binary dependencies instead of local executables" href="examples/example-exec-using-executabledependency.html"/>
17+
<item name="Running Java programs with exec:exec"
18+
href="examples/example-exec-for-java-programs.html"/>
19+
<item name="Changing the classpath scope when running Java programs"
20+
href="examples/example-exec-or-java-change-classpath-scope.html"/>
21+
<item name="Using plugin dependencies with exec:exec"
22+
href="examples/example-exec-using-plugin-dependencies.html"/>
23+
<item name="Using toolchains with exec:exec"
24+
href="examples/example-exec-using-toolchains.html"/>
25+
<item name="Using executable binary dependencies instead of local executables"
26+
href="examples/example-exec-using-executabledependency.html"/>
1727
</menu>
1828
</body>
1929
</project>

0 commit comments

Comments
 (0)