In order to get the maven-jbossaop-plugin into my local repository I download the aop
trunk build it and run the maven pom for the artifact.
I have done the following
svn co
http://anonsvn.jboss.org/repos/jbossas/projects/aop/trunk/ jboss-aop
( At revision 64336.)
cd jboss-aop
build/build.sh
mvn -f maven-jbossaop-plugin/pom.xml clean install
cd ..
1) In order to make the install run I had to remove line
@SuppressWarnings("unchecked") in both mojos
I get a syntax error
com.thoughtworks.qdox.parser.ParseException: syntax error @[174,4] in
file:/Users/aka/data/projects/jboss/jboss-aop/maven-jbossaop-plugin/src/main/java/org/jboss/aop/maven/JBossAOPCMojo.java
I use JVM 1.5
2) It would be nice if you would svn:ignore target, *.iml *.ipr, *.iws
/Anders
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068428#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...