mihel mihel [
http://community.jboss.org/people/mihel] replied to the discussion
"packaging .aop using maven?"
To view the discussion, visit:
http://community.jboss.org/message/535511#535511
--------------------------------------------------------------
Oh, I just found out that there should be hassle to copy jbss-aop.xml
I'm just putting it into src/main/resources/META-INF/jboss-aop.xml and it gets copied
into the right place during the package goal.
Don't forget to point jboss-aop maven plugin to its location:
<aoppaths>
<aoppath>src/main/resources/META-INF/jboss-aop.xml</aoppath>
</aoppaths>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/535511#535511]
Start a new discussion in JBoss AOP at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]