git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114795 13f79535-47bb-0310-9956-ffa450edef68
59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed 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.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Simian Plugin Installation</title>
|
|
<author email="aslak@thoughtworks.net">Aslak Hellesoy</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Simian Plugin Installation">
|
|
<p>
|
|
As long as this plugin is not a standard Maven plugin, it must
|
|
be installed manually. This is very easy.
|
|
</p>
|
|
<p>
|
|
If you have a binary distribution of the plugin, just copy the plugin jar file
|
|
to your <code>$MAVEN_HOME/plugins</code> directory. and the simian
|
|
jar file to <code>$MAVEN_HOME/repository/simian/jars</code>.
|
|
</p>
|
|
<p>
|
|
If you have a source distribution of the plugin, installing the plugin is just as easy.
|
|
Just run
|
|
</p>
|
|
<source>maven plugin:install</source>
|
|
<p>
|
|
from the root directory of the unpacked distribution.
|
|
</p>
|
|
<p>
|
|
To enable the plugin add the following to your project.xml's
|
|
/project/reports node:
|
|
</p>
|
|
<source><report>maven-simian-plugin</report></source>
|
|
<p>
|
|
For further details about how to use the plugin, see the
|
|
<a href="goals.html">Goals</a> and <a href="properties.html">Properties</a>
|
|
pages.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|