Yes, don't rely on maven to build from source as it isn't being supported
currently. You'll find that the build is very maven-like anyways as it will set up a
local repository and gather up all the dependencies for you. You will have to define a
class variable named JBPM_REPO within eclipse that points to this directory. The default
location is in ${user.home}/jbpm/repository, but you can change this within your
buil.properties if you want... Also, while you're in the build.properties, you may
need to change the version of jboss (AS) that you're running locally, among other
settings. After all that, just run ant install, then taker a look at the other build
options after that!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029764#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...