I spent few hours to enable this process to be mavenized.
So maven will look up and download all the required libraries. I noticed that
you're using netbeans for development and you have your own
processbase-depend-libs-3.0 folder where you keep all dependent libraries.
With maven you don't have to have specialised libs folder, maven will take care
of it.
My folder structure looks like this
processbase-3.0
-processbase-bpm-portlets
-processbase-realm
-processbase-ui-app
-processbase-ui-bam
-processbase-ui-bpm
-processbase-ui-core
-processbase-util-bam
notice that I removed -3.0 name from folder name (this is configurable in maven
scripts, but I like this bit more)
I put all the folder structure in attached zip file
hope to see this in repository
Original issue reported on code.google.com by lyys.la...@gmail.com on 25 Apr 2011 at 11:24
Original issue reported on code.google.com by
lyys.la...@gmail.com
on 25 Apr 2011 at 11:24Attachments: