[jbosscache-commits] JBoss Cache SVN: r4257 - pojo/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Aug 14 22:31:20 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-08-14 22:31:20 -0400 (Tue, 14 Aug 2007)
New Revision: 4257

Modified:
   pojo/trunk/pom.xml
Log:
Add aop


Modified: pojo/trunk/pom.xml
===================================================================
--- pojo/trunk/pom.xml	2007-08-14 22:50:58 UTC (rev 4256)
+++ pojo/trunk/pom.xml	2007-08-15 02:31:20 UTC (rev 4257)
@@ -19,6 +19,11 @@
   <packaging>jar</packaging>
   <dependencies>
     <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+      <version>2.0.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.cache</groupId>
       <artifactId>jbosscache-core</artifactId>
       <version>2.1.0-SNAPSHOT</version>
@@ -49,6 +54,24 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-jbossaop-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>aopc</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+            <configuration>
+              <verbose>false</verbose>
+              <aoppath>src/main/resources/pojocache-aop.xml</aoppath>
+            </configuration>
+           </execution>
+         </executions>
+      </plugin>
       <!-- the docbook generation plugin for the user guide -->
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>




More information about the jbosscache-commits mailing list