Community

Maven plugin annotations parsing

reply from Kabir Khan in JBoss AOP - View the full discussion

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

Start a new discussion in JBoss AOP at Community