[jboss-user] [JBoss AOP] - Maven plugin annotations parsing

Kabir Khan do-not-reply at jboss.com
Wed Jun 2 05:06:01 EDT 2010


Kabir Khan [http://community.jboss.org/people/kabir.khan%40jboss.com] replied to the discussion

"Maven plugin annotations parsing"

To view the discussion, visit: http://community.jboss.org/message/545801#545801

--------------------------------------------------------------
Try using <aopClassPath/> pointing to the directory containing your annotated classes. Here is a snippet from the pom of the annotated-aspects example in the aop distribution


          <execution>

            <id>run</id>

            <configuration>

              <aoppaths>

                <aoppath></aoppath>

              </aoppaths>

              <aopClassPath>.</aopClassPath>

              <!--

              <aopClassPath>annotated-aspects-1.0.0.jar</aopClassPath>

              -->

              <executable>Driver</executable>

            </configuration>

            <goals>

              <goal>run</goal>

            </goals>

          </execution>

 


--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/545801#545801]

Start a new discussion in JBoss AOP at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100602/7cc4f8ff/attachment.html 


More information about the jboss-user mailing list