PR:MPASPECTJ-10
CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Added "Compiling aspect sources" section to xdoc git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.1-SNAPSHOT" date="in CVS">
|
||||
<action dev="carlos" type="add" issue="MPASPECTJ-10">
|
||||
Added "Compiling aspect sources" section to xdoc
|
||||
</action>
|
||||
<action dev="carlos" type="fix" issue="MPASPECTJ-10">
|
||||
Use <code>maven.aspectj.maxmem</code>
|
||||
only when <code>maven.aspectj.fork=true</code>
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
document.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section name="Installing">
|
||||
<p>
|
||||
To install or update the plugin do the following:<br/>
|
||||
@@ -52,6 +53,15 @@
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section name="Compiling aspect sources">
|
||||
<p>You must add the property aspectSourceDirectory in your project.xml</p>
|
||||
<source>
|
||||
<![CDATA[
|
||||
<aspectSourceDirectory>src/aspectj</aspectSourceDirectory>
|
||||
]]>
|
||||
</source>
|
||||
</section>
|
||||
|
||||
<section name="Using aspects from other libraries">
|
||||
<p>You must tell Maven what aspects you want to weave project classes with
|
||||
in addition to the source aspects in your project. This is achieved by
|
||||
|
||||
Reference in New Issue
Block a user