[jboss-cvs] JBossAS SVN: r79812 - projects/aop/trunk/aophelper.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 07:09:00 EDT 2008


Author: stalep
Date: 2008-10-21 07:09:00 -0400 (Tue, 21 Oct 2008)
New Revision: 79812

Modified:
   projects/aop/trunk/aophelper/pom.xml
Log:
[JBAOP-538] changed dependency from maven-jbossaop-plugin to aop.


Modified: projects/aop/trunk/aophelper/pom.xml
===================================================================
--- projects/aop/trunk/aophelper/pom.xml	2008-10-21 11:06:59 UTC (rev 79811)
+++ projects/aop/trunk/aophelper/pom.xml	2008-10-21 11:09:00 UTC (rev 79812)
@@ -23,11 +23,20 @@
    </pluginRepositories>
 
   <dependencies>
+    <!--
     <dependency>
       <groupId>org.jboss.maven.plugins</groupId>
       <artifactId>maven-jbossaop-plugin</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
+    -->
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+      <version>2.0.0.CR18</version>
+    </dependency>
+
+
   </dependencies>
 
   <repositories>
@@ -70,6 +79,7 @@
     </plugins>
   </build>
 
+<!--
    <profiles>
     <profile>
       <id>run-aophelper</id>
@@ -89,10 +99,6 @@
                   <execution>
                     <id>compile</id>
                     <configuration>
-                    <!-- if you want to include dependencies from the current module
-                         (only needed if a class inherits a class thats not defined in this module
-                      <includeProjectDependency>true</includeProjectDependency>
-                         -->
                       <aoppaths>
                         <aoppath>src/main/resources/jboss-aop.xml</aoppath>
                       </aoppaths>
@@ -120,6 +126,7 @@
       </build>
     </profile>
   </profiles>
+  -->
 
   <properties>
     <jdkVersion>1.5</jdkVersion>




More information about the jboss-cvs-commits mailing list