[jboss-user] [JBoss AOP] - Re: maven-jbossaop-plugin include feature request

anders3 do-not-reply at jboss.com
Sat Jul 28 05:22:38 EDT 2007


the pom paste failed for me :-)

Hi
I'm trying to convert jboss portal to maven2
In this work I use the maven-jbossaop-plugin
I see that the ant task is able to include

I here by would like to request a simular feature in the maven plugin


  | 
  |       <aopc compilerclasspathref="aop.classpath" verbose="true">
  |          <classpath refid="aopc.classpath"/>
  |          <src path="${build.classes}"/>
  |          <aoppath path="${build.resources}/portal-wsrp-sar/wsrp-aop.xml"/>
  |          <include name="org/jboss/portal/wsrp/consumer/ConsumerRegistryService.class"/>
  |       </aopc>
  | 
  | 
  | 
  | <!-- aopc -->
  |     <dependency>
  |       <groupId>org.jboss.maven.plugins</groupId>
  |       <artifactId>maven-jbossaop-plugin</artifactId>
  |       <version>1.0-SNAPSHOT</version>
  |     </dependency>
  |     <dependency>
  |       <groupId>jboss</groupId>
  |       <artifactId>jboss-aop</artifactId>
  |       <version>2.0.0.alpha2</version>
  |     </dependency>
  |     <dependency>
  |       <groupId>jboss</groupId>
  |       <artifactId>jboss-common</artifactId>
  |       <version>4.0.2</version>
  |     </dependency>
  |     <dependency>
  |       <groupId>concurrent</groupId>
  |       <artifactId>concurrent</artifactId>
  |       <version>1.3.4</version>
  |     </dependency>
  | 
  |   </dependencies>
  |   <build>
  |     <plugins>
  |       <plugin>
  |         <groupId>org.jboss.maven.plugins</groupId>
  |         <artifactId>maven-jbossaop-plugin</artifactId>
  |         <executions>
  |           <execution>
  |             <phase>process-classes</phase>
  |             <configuration>
  |               <aoppath>${basedir}/../portal-wsrp-sar/src/main/resources/wsrp-aop.xml</aoppath>
  |               <verbose>true</verbose>
  |               <includes>
  |                 <include>org/jboss/portal/wsrp/consumer/ConsumerRegistryService.class</include>
  |               </includes>
  |             </configuration>
  |             <goals>
  |               <goal>compile</goal>
  |             </goals>
  |           </execution>
  |         </executions>
  |       </plugin>
  |     </plugins>
  |   </build>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068435#4068435

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068435



More information about the jboss-user mailing list