-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix broken links - add breadcrumbs for site - remove faq - there is no useful content
- Loading branch information
1 parent
5e7a51c
commit de7cfd3
Showing
4 changed files
with
28 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> | ||
<body> | ||
<breadcrumbs> | ||
<item name="MojoHaus" href="https://www.mojohaus.org/"/> | ||
<item name="${this.name}" href="${this.url}"/> | ||
</breadcrumbs> | ||
|
||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="Goals" href="plugin-info.html"/> | ||
<item name="Usage" href="usage.html"/> | ||
<item name="FAQ" href="faq.html"/> | ||
</menu> | ||
|
||
<menu name="Examples"> | ||
<item name="Running Java programs with exec:exec" href="examples/example-exec-for-java-programs.html"/> | ||
<item name="Changing the classpath scope when running Java programs" href="examples/example-exec-or-java-change-classpath-scope.html"/> | ||
<item name="Using plugin dependencies with exec:exec" href="examples/example-exec-using-plugin-dependencies.html"/> | ||
<item name="Using toolchains with exec:exec" href="examples/example-exec-using-toolchains.html"/> | ||
<item name="Using executable binary dependencies instead of local executables" href="examples/example-exec-using-executabledependency.html"/> | ||
<item name="Running Java programs with exec:exec" | ||
href="examples/example-exec-for-java-programs.html"/> | ||
<item name="Changing the classpath scope when running Java programs" | ||
href="examples/example-exec-or-java-change-classpath-scope.html"/> | ||
<item name="Using plugin dependencies with exec:exec" | ||
href="examples/example-exec-using-plugin-dependencies.html"/> | ||
<item name="Using toolchains with exec:exec" | ||
href="examples/example-exec-using-toolchains.html"/> | ||
<item name="Using executable binary dependencies instead of local executables" | ||
href="examples/example-exec-using-executabledependency.html"/> | ||
</menu> | ||
</body> | ||
</project> |