blob: 658b521a8c82e1c4e7720a484c6a5556fe2e25fb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin>
<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<googleSearch>
<sitesearch>maven.apache.org/plugins/maven-invoker-plugin/</sitesearch>
</googleSearch>
</fluidoSkin>
</custom>
<body>
<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"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="download.html"/>
</menu>
<menu name="reference">
<item name="build-job.xml" href="build-job.html"/>
</menu>
<menu name="Examples">
<item name="Accessing Test Classes" href="examples/access-test-classes.html"/>
<item name="Cloning Projects" href="examples/clone-projects.html"/>
<item name="Filtering Files" href="examples/filtering.html"/>
<item name="Fast Build Configuration" href="examples/fast-use.html"/>
<item name="Installing Artifacts" href="examples/install-artifacts.html"/>
<item name="Invoker Properties" href="examples/invoker-properties.html"/>
<item name="Inspect logs for failed tests" href="examples/logs-for-failed-tests.html"/>
<item name="Selector Conditions" href="examples/selector-conditions.html"/>
<item name="Selector Scripts" href="examples/selector-scripts.html"/>
<item name="Using a Post Build Script" href="examples/post-build-script.html"/>
<item name="Preparing the Build Environment" href="examples/prepare-build-env.html"/>
<item name="Skipping Invocations" href="examples/skipping.html"/>
<item name="Using with other integration test frameworks" href="examples/integration-test-verify.html"/>
</menu>
</body>
</project>