Updating the info,

I confirmed with Petr Siroky (added to this Thread) that there isn't an available online Maven repo except behind the VPN (http://download.devel.redhat.com/brewroot/repos/soa-brms-5.3-updates-build/latest/maven/)

I think he have to take a decision on how to treat this. Possible solutions:

A - Move to Community Artifacts (so we can use -with-drools BOM and Maven Central repository)
B - Use Eric install script which works fine but the setup and the folder structure of the quickstart will not be close as we have on other JDF quickstarts
B.1 - Add the project under ' complex-dependencies' Maven Profile: https://github.com/jboss-jdf/jboss-as-quickstart/blob/master/pom.xml#L266
C - Choose or Think in another way to have the BRMS 5.3.1 maven artifacts available

I think that A is the easy way but I don't know if it is the desired.

Still waiting for comments.

Em 24/07/13 17:16, Rafael Benevides escreveu:
I'm working on this quickstart 
https://github.com/eschabell/brms-customer-evaluation-demo and I'm 
facing the following:

- This quickstart is target to BRMS 5.3.1
- BRMS 5.3.1 doesn't have its Maven artifacts online at: 
http://maven.repository.redhat.com/techpreview/
- This quickstart uses a manual script to install those artifacts 
locally ( 
https://github.com/eschabell/brms-customer-evaluation-demo/blob/master/init.sh 
)
- Quickstarts should use Maven Central or an online  Maven repo, right ?
- This quickstart doesn't use BOMs
- We have a -with-drools BOM that is target to Drools community project


Questions:
- Is there another online repo for BRMS 5.3.1 in another place than 
http://maven.repository.redhat.com/techpreview/ ?
- If there isn't an online repo for BRMS 5.3.1, Should we Downgrade this 
quickstart to BRMS 5.3.0 (delivered on WFK 2.3)?
         - If Downgrade, what about JBPM releases (we don't have 
org.jbpm on http://maven.repository.redhat.com/techpreview/) ?
- Another possible path: Should we target this quickstart to Community 
or this is not desired?

Comments:
     - It seems that there isn't any BRMS Product Bom at the moment. So 
it will not be using BOMs with we target to Product
     - If target to Community, we can add everything we need in 
-with-drools BOM

I appreciate any comments on this