Author: sshafroi
Date: 2008-12-05 18:11:06 +0100 (Fri, 05 Dec 2008)
New Revision: 7049
Modified:
branches/2.18/pom.xml
Log:
rollback, mistake commit
Modified: branches/2.18/pom.xml
===================================================================
--- branches/2.18/pom.xml 2008-12-05 17:01:09 UTC (rev 7048)
+++ branches/2.18/pom.xml 2008-12-05 17:11:06 UTC (rev 7049)
@@ -662,24 +662,30 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.1</version>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>aspectj-maven-plugin</artifactId>
+ <configuration>
+ <complianceLevel>1.5</complianceLevel>
+ <encoding>UTF-8</encoding>
+ <showWeaveInfo>true</showWeaveInfo>
+ <aspectLibraries>
+ <aspectLibrary>
+ <groupId>sesat</groupId>
+
<artifactId>commons-interpreter-aspectj</artifactId>
+ </aspectLibrary>
+ </aspectLibraries>
+ <verbose>true</verbose>
+ <showWeaveInfo>true</showWeaveInfo>
+ </configuration>
<executions>
<execution>
- <phase>generate-sources</phase>
- <configuration>
- <tasks>
-
- </tasks>
- </configuration>
<goals>
- <goal>run</goal>
+ <goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
- </plugins>
-
+ </plugins>
</build>
<dependencies>
<dependency>
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits