38 lines
1.1 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven AspectJ Plug-in</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="vmassol@pivolis.com">Vincent Massol</author>
</properties>
<body>
<section name="Maven AspectJ Plug-in">
<p>
AspectJ plugin for Maven. It offers the following features:
</p>
<ul>
<li>
Ability to automatically weave aspects on the jar generated
by the jar plugin. This also includes the ability to add
dependencies on reusable aspect libraries located in your Maven
repository.
</li>
<li>
Ability to generate and deploy a reusable aspect jar.
</li>
</ul>
<p>
For more information on the functionality provided by this plugin,
please see the <a href="goals.html">Goals</a> document.
</p>
<p>
For more information on how to customise the functionality provided
by this plugin, please see the <a href="properties.html">properties</a>
document.
</p>
</section>
</body>
</document>