Version 2

    In the riftsaw project, we are using some unmavenized jars at the moment, like jbossesb-rosetta. In this case, we updated the groupId as 'org.jboss.soa.bpel.dependencies." to indicate this is supposed to be consumed by riftsaw project only.

     

    below are the instructions:

     

    1. check out the jboss maven repository into your local disk. (here we name it '/local/works/repo') More info please see here.

     

    2. install the 3rd-party library into your local repository by using following command.

     

    mvn deploy:deploy-file -Durl=file:///local/works/repo -Dfile=jbossesb-config-model-1.2.0.jar -DgroupId=org.jboss.soa.bpel.dependencies.esb -DartifactId=jbossesb-config-model -Dversion=1.2.0 -Dpackaging=jar

     

    3. go to your local disk, run "svn add your-3rd-party-lib", and then using 'svn ci' to do the check in.