Added new <code>maven.aspectj.source</code> and <code>maven.aspectj.time</code> properties.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -103,7 +103,9 @@
|
||||
sourceRootCopyFilter="${maven.aspectj.sourceRootCopyFilter}"
|
||||
debug="${maven.aspectj.debug}"
|
||||
emacssym="${maven.aspectj.emacssym}"
|
||||
verbose="${maven.aspectj.verbose}">
|
||||
verbose="${maven.aspectj.verbose}"
|
||||
source="${maven.aspectj.source}"
|
||||
time="${maven.aspectj.time}">
|
||||
|
||||
<ant:sourceroots>
|
||||
<ant:path refid="maven.compile.src.set"/>
|
||||
|
||||
@@ -45,3 +45,10 @@ maven.aspectj.fork = false
|
||||
# The maximum memory to use for the new VM when fork is true. Values should
|
||||
# have the same form as accepted by the VM, e.g., "128m".
|
||||
maven.aspectj.maxmem = 128m
|
||||
|
||||
# The J2SE source compliance level. Valid values are [1.3 1.4].
|
||||
# Defaults to 1.3.
|
||||
maven.aspectj.source = 1.3
|
||||
|
||||
# If true, display speed information during weaving.
|
||||
maven.aspectj.time = false
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-aspectj-plugin</id>
|
||||
<name>Maven AspectJ Plugin</name>
|
||||
<currentVersion>3.0</currentVersion>
|
||||
<currentVersion>3.1-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>AspectJ Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/aspectj/</url>
|
||||
@@ -50,6 +50,11 @@
|
||||
<name>3.0</name>
|
||||
<tag>MAVEN_ASPECTJ_3_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>3.1</id>
|
||||
<name>3.1</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -27,6 +27,12 @@
|
||||
<author email="carlossg@users.sourceforge.net">Carlos Sanchez</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.1-SNAPSHOT" date="in CVS">
|
||||
<action dev="vmassol" type="add" due-to="Jules Gosnell">
|
||||
Added new <code>maven.aspectj.source</code> and
|
||||
<code>maven.aspectj.time</code> properties.
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.0" date="2004-05-15">
|
||||
<action dev="vmassol" type="add" issue="MPASPECTJ-9" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">Added new
|
||||
<code>maven.aspectj.fork</code>and
|
||||
|
||||
@@ -107,6 +107,24 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>maven.aspectj.source</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
The J2SE source compliance level. Valid values are [1.3 1.4].
|
||||
Defaults to <code>1.3</code>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>maven.aspectj.time</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
If true, display speed information during weaving.
|
||||
Defaults to <code>false</code>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user