PAULWEB18 / processbase

Automatically exported from code.google.com/p/processbase
0 stars 0 forks source link

Mavenized build process #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks a lot. We will add it asap.

Original comment by marat.gubaidullin@gmail.com on 28 May 2011 at 2:27