2014-05-02 23:51:23 +08:00
|
|
|
<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">
|
|
|
|
<body>
|
|
|
|
<menu name="Overview">
|
|
|
|
<item name="Introduction" href="index.html"/>
|
|
|
|
<item name="Goals" href="plugin-info.html"/>
|
|
|
|
<item name="Usage" href="usage.html"/>
|
|
|
|
</menu>
|
|
|
|
<menu name="Examples">
|
|
|
|
<item name="Custom repackage classifier" href="examples/repackage-classifier.html"/>
|
2016-03-01 18:12:59 +08:00
|
|
|
<item name="Local repackaged artifact" href="examples/repackage-disable-attach.html"/>
|
2014-05-06 20:54:09 +08:00
|
|
|
<item name="Exclude a dependency" href="examples/exclude-dependency.html"/>
|
2014-05-14 19:26:11 +08:00
|
|
|
<item name="Debug the application" href="examples/run-debug.html"/>
|
2018-04-24 17:42:49 +08:00
|
|
|
<item name="Using system properties" href="examples/run-system-properties.html"/>
|
2015-03-12 15:31:21 +08:00
|
|
|
<item name="Random port for integration tests" href="examples/it-random-port.html"/>
|
2016-11-25 18:17:58 +08:00
|
|
|
<item name="Skip integration tests" href="examples/it-skip.html"/>
|
2015-10-15 22:57:52 +08:00
|
|
|
<item name="Specify active profiles" href="examples/run-profiles.html"/>
|
2018-04-09 05:11:27 +08:00
|
|
|
<item name="Specify environment variables" href="examples/run-with-env.html"/>
|
2016-03-17 23:58:08 +08:00
|
|
|
<item name="Generate build information" href="examples/build-info.html"/>
|
2017-05-29 20:56:14 +08:00
|
|
|
<item name="Custom layout" href="examples/custom-layout.html"/>
|
2014-05-02 23:51:23 +08:00
|
|
|
</menu>
|
|
|
|
<menu ref="reports"/>
|
|
|
|
</body>
|
|
|
|
<skin>
|
|
|
|
<groupId>org.apache.maven.skins</groupId>
|
|
|
|
<artifactId>maven-fluido-skin</artifactId>
|
2017-06-01 05:27:23 +08:00
|
|
|
<version>1.6</version>
|
2014-05-02 23:51:23 +08:00
|
|
|
</skin>
|
|
|
|
</project>
|