Hey,

>From here:
https://github.com/apache/fineract-cn-demo-server/tree/develop/scripts,

You can see a windows folder, It contains scripts for windows. I dont know
how upto date it is but you can test and give us feedback and if you like,
fix the script if there are errors the same approach highlighted above.

Thanks.

On Thu, Feb 22, 2018 at 8:19 AM, Piyadassi Shakya <[email protected]
> wrote:

> Hi  Awasum
>
> Does this initial-setup.sh works for windows as well as I had been
> executing initial-setup.bat till now.
>
>
> With Regards
> Piyadassi
>
>
> On Thu, Feb 22, 2018 at 12:57 PM, Awasum Yannick <[email protected]>
> wrote:
>
> > ​Hi Bill, Piyadassi,
> >
> > The build instructions here :
> >  https://cwiki.apache.org/confluence/display/FINERACT/
> > How+to+build+Fineract+CN
> > <https://cwiki.apache.org/confluence/display/FINERACT/
> > How+to+build+Fineract+CN>
> > are a little bit outdated.
> >
> > What you can do is to update the How To Build Wiki according to your
> > research/findings on running Fineract CN.
> >
> > An approach you might use is as follows:
> >
> > 1.) Refactor/Rewrite a new script base on the initial build script found
> > here:
> > https://github.com/apache/fineract-cn-demo-server/blob/
> > develop/scripts/Unix/initial-setup.sh
> > so that it now pulls from Fineract CN repos instead of Mifos IO (Old name
> > for the new Architecture, the CN project, Recently donated).
> > Here are the new repositories under Apache Infra:
> > https://github.com/search?p=3&q=org%3Aapache+fineract+cn&;
> type=Repositories
> >
> > 2.) Run and make sure the project builds on your machine. Maybe this
> > dependency graph for the Microservices will help you write the the
> script(
> > to know which repo to clone before the other). From my small research,
> here
> > is the dependency graph inorder: start with: lang, api, cassandra,
> mariadb,
> > async, command, test, crypto, anubis, service-starter, identity,
> > permitted-feign-client, accounting, customer, provisioner, rhythm,
> office,
> > portfolio, deposit-account-management, cheques, teller, payroll, group,
> > reporting.
> > Try that and let me know if I miss something.
> >
> > 3.) You can now update the Wiki page on How to Build Fineract CN
> >
> > Not to forget step 0, is for you to have the right prerequisites: Java,
> > Spring, Spring boot , annotations and abit familiarity with Spring Cloud.
> > Also you need to understand about Microservices and Design Principles in
> > the context of Fineract CN. You can start here:
> > https://cwiki.apache.org/confluence/display/FINERACT/
> > Composing+a+Release+out+of+Microservices
> > , https://cwiki.apache.org/confluence/pages/viewpage.
> > action?pageId=73634331
> >
> > Martin Fowler also has some good articles on the topic, You can begin
> here:
> > https://martinfowler.com/articles/microservices.html
> >
> > The above might look like alot of work but trust me, when you do the hard
> > work, it always pays in ways you can never imagine.
> >
> > So keep working and asking questions if you get into issues.
> >
> > Thanks,
> > Awasum Yannick
> >
> >
> > On Thu, Feb 22, 2018 at 5:42 AM, Isaac Kamga <[email protected]>
> > wrote:
> >
> > > Hi Piyadassi,
> > >
> > > The 4th step points you to the initial-setup.sh bash script now
> residing
> > on
> > > https://github.com/apache/fineract-cn-demo-server/tree/
> > > develop/scripts/Unix.
> > > That's the script which anyone intending to clone Apache Fineract CN
> > > repositories should execute.
> > >
> > > At Your Service,
> > > Isaac Kamga.
> > >
> > > On Thu, Feb 22, 2018 at 5:33 AM, Piyadassi Shakya <
> > > [email protected]
> > > > wrote:
> > >
> > > > Hi Isaac,
> > > > I have been following the same procedure but couldn't understand the
> > 4th
> > > > step " opening the initial-setup file" from this steps   "
> > > > https://cwiki.apache.org/confluence/display/FINERACT/
> > > > How+to+build+Fineract+CN
> > > > "   Do we have the system live somewhere so that we couldn't
> > understand a
> > > > bit in detail.
> > > >
> > > >
> > > >
> > > >
> > > > With Regards
> > > > Piyadassi
> > > >
> > > >
> > > > On Thu, Feb 22, 2018 at 9:08 AM, Isaac Kamga <
> > [email protected]>
> > > > wrote:
> > > >
> > > > > I hope you didn't just clone the lone demo-server repository and
> run
> > > > > `./gradlew publishToMavenLocal` therein.
> > > > >
> > > > > If you're not on it already,here
> > > > > https://cwiki.apache.org/confluence/display/FINERACT/
> > > > > How+to+build+Fineract+CN
> > > > > are instructions on how to build Apache Fineract CN - an optimal
> > > starting
> > > > > point.
> > > > >
> > > > > On Thu, Feb 22, 2018 at 2:50 AM, Acha Bill <[email protected]>
> > > wrote:
> > > > >
> > > > > > Hello Isaac,
> > > > > >
> > > > > > I’ve ran the command more than 12 times and same result.
> > > > > > `./gradlew publishMavenLocal` on fineract-cn-demo-server
> > > > > >
> > > > > > > On Feb 22, 2018, at 2:28 AM, Isaac Kamga <
> > > [email protected]>
> > > > > > wrote:
> > > > > > >
> > > > > > > Hi Bill,
> > > > > > >
> > > > > > > I'd advise that you run the script a couple more times. You'll
> > also
> > > > > > observe
> > > > > > > that the errors showing up from each run of `./gradlew
> > > > > > publishToMavenLocal`
> > > > > > > gradually level off. When you have `BUILD SUCCESSFUL` showing
> up
> > > from
> > > > > > *each*
> > > > > > > repository, then you're good to go.
> > > > > > >
> > > > > > > At  Your Service,
> > > > > > > Isaac Kamga.
> > > > > > >
> > > > > > > On Thu, Feb 22, 2018 at 12:30 AM, Acha Bill <
> > [email protected]
> > > > > > <mailto:[email protected]>> wrote:
> > > > > > >
> > > > > > >> Sorry, that’s on fineract-cn-demo-server.
> > > > > > >>> On Feb 22, 2018, at 12:29 AM, Acha Bill <
> [email protected]>
> > > > > wrote:
> > > > > > >>>
> > > > > > >>> Hello,
> > > > > > >>>
> > > > > > >>> Build error when running: `./gradlew publishToMavenLocal`
> > > > > > >>>
> > > > > > >>> Any pointers?
> > > > > > >>>
> > > > > > >>> View log below;
> > > > > > >>>
> > > > > > >>> What went wrong:
> > > > > > >>> Could not resolve all dependencies for configuration
> > > > > > >> ':detachedConfiguration5'.
> > > > > > >>>> Could not find io.mifos.office:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/office/api/0.1.0-
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > > > > > >> io/mifos/office/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/office/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/office/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/office/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/office/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/office/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/office/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/office/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/office/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/office/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.provisioner:api:0.1.
> 0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/provisioner/api/0.1
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/provisioner/api/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/maven-metadata.xml <
> > https://jcenter.bintray.com/
> > > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/provisioner/api/0.1.0-BUILD-SNAPSHOT/maven-
> > metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/provisioner/api/0.1
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/provisioner/api/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > >> https://jcenter.bintray.com/io/mifos/provisioner/api/0.1 <
> > > > > > https://jcenter.bintray.com/io/mifos/provisioner/api/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/provisioner/api/0.1
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/provisioner/api/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > >> https://jcenter.bintray.com/io/mifos/provisioner/api/0.1 <
> > > > > > https://jcenter.bintray.com/io/mifos/provisioner/api/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> provisioner/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> provisioner/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> provisioner/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.identity:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/identity/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/identity/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/identity/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.
> xml>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/identity/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/identity/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/identity/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/identity/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/identity/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/identity/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/identity/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/identity/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/identity/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.rhythm:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/rhythm/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/rhythm/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/rhythm/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/rhythm/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/rhythm/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/rhythm/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/rhythm/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/rhythm/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/rhythm/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/rhythm/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/rhythm/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/rhythm/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.rhythm:spi:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/rhythm/spi/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/rhythm/spi/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/rhythm/spi/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/rhythm/spi/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/rhythm/spi/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/spi-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/rhythm/spi/0.1.0-BUILD-SNAPSHOT/spi-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/rhythm/spi/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/rhythm/spi/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/spi-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/rhythm/spi/0.1.0-BUILD-SNAPSHOT/spi-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/rhythm/
> > > > > > >> spi/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/rhythm/
> > > > > > >> spi/0.1.0-BUILD-SNAPSHOT/spi-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/rhythm/
> > > > > > >> spi/0.1.0-BUILD-SNAPSHOT/spi-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.customer:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/customer/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/customer/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/customer/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.
> xml>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/customer/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/customer/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/customer/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/customer/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/customer/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/customer/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/customer/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/customer/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/customer/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.accounting:api:0.1.0-
> BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> > io/mifos/accounting/api/0.1.0-
> > > <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/accounting/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.
> > xml>
> > > > > > >>>      https://jcenter.bintray.com/
> > io/mifos/accounting/api/0.1.0-
> > > <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/accounting/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> > io/mifos/accounting/api/0.1.0-
> > > <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/accounting/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> accounting/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> accounting/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> accounting/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.accounting:importer:
> > > 0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/accounting/importer/
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/importer/>
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/maven-metadata.xml <
> > > > https://jcenter.bintray.com/
> > > > > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/accounting/importer/0.1.0-BUILD-SNAPSHOT/maven-
> > > > metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/accounting/importer/
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/importer/>
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/importer-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > >> https://jcenter.bintray.com/io/mifos/accounting/importer/ <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/importer/>
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/importer-0.1.0-BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/accounting/importer/
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/importer/>
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/importer-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > >> https://jcenter.bintray.com/io/mifos/accounting/importer/ <
> > > > > > https://jcenter.bintray.com/io/mifos/accounting/importer/>
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/importer-0.1.0-BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> accounting/importer/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> accounting/importer/0.1.0-BUILD-SNAPSHOT/importer-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/
> > > > > > >> accounting/importer/0.1.0-BUILD-SNAPSHOT/importer-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.portfolio:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/portfolio/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/portfolio/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/portfolio/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.
> xml>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/portfolio/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/portfolio/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/portfolio/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/portfolio/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/portfolio/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/portfolio/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/portfolio/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/portfolio/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.deposit-account-
> > > > management:api:0.1.0-BUILD-
> > > > > > >> SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/deposit-account- <
> > > > > > https://jcenter.bintray.com/io/mifos/deposit-account->
> > > > > > >> management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml <
> > > > > > >> https://jcenter.bintray.com/io/mifos/deposit-account- <
> > > > > > https://jcenter.bintray.com/io/mifos/deposit-account->
> > > > > > >> management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/deposit-account- <
> > > > > > https://jcenter.bintray.com/io/mifos/deposit-account->
> > > > > > >> management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.pom
> > > <
> > > > > > >> https://jcenter.bintray.com/io/mifos/deposit-account- <
> > > > > > https://jcenter.bintray.com/io/mifos/deposit-account->
> > > > > > >> management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/deposit-account- <
> > > > > > https://jcenter.bintray.com/io/mifos/deposit-account->
> > > > > > >> management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.jar
> > > <
> > > > > > >> https://jcenter.bintray.com/io/mifos/deposit-account- <
> > > > > > https://jcenter.bintray.com/io/mifos/deposit-account->
> > > > > > >> management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/deposit-
> > > > > > >> account-management/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.
> xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/deposit-
> > > > > > >> account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/deposit-
> > > > > > >> account-management/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.teller:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/teller/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/teller/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/teller/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/teller/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/teller/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/teller/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/teller/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/teller/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/teller/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/teller/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/teller/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.reporting:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/reporting/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/reporting/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/reporting/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.
> xml>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/reporting/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/reporting/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/reporting/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/reporting/api/0.1.0-
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/reporting/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/reporting/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/reporting/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/reporting/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/reporting/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.cheques:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/cheques/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/cheques/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/cheques/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/cheques/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/cheques/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/cheques/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/cheques/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/cheques/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/cheques/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/cheques/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.payroll:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/payroll/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/payroll/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/payroll/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/payroll/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/payroll/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/payroll/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/payroll/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/payroll/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/payroll/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/payroll/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/payroll/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/payroll/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.anubis:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/anubis/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/anubis/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/anubis/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/anubis/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/anubis/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/anubis/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/anubis/api/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/anubis/api/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/anubis/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/anubis/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/anubis/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/anubis/
> > > > > > >> api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.anubis:test:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/anubis/test/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/anubis/test/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/anubis/test/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/anubis/test/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/anubis/test/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/anubis/test/0.1.0-BUILD-SNAPSHOT/test-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/anubis/test/0.1.0-
> <
> > > > > > https://jcenter.bintray.com/io/mifos/anubis/test/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/anubis/test/0.1.0-BUILD-SNAPSHOT/test-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/anubis/
> > > > > > >> test/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/anubis/
> > > > > > >> test/0.1.0-BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/anubis/
> > > > > > >> test/0.1.0-BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.core:api:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> > io/mifos/core/api/0.1.0-BUILD-
> > > <
> > > > > > https://jcenter.bintray.com/io/mifos/core/api/0.1.0-BUILD->
> > > > > > >> SNAPSHOT/maven-metadata.xml <https://jcenter.bintray.com/ <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/api/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/
> > io/mifos/core/api/0.1.0-BUILD-
> > > <
> > > > > > https://jcenter.bintray.com/io/mifos/core/api/0.1.0-BUILD->
> > > > > > >> SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom <
> > > https://jcenter.bintray.com/
> > > > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > > > SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> > io/mifos/core/api/0.1.0-BUILD-
> > > <
> > > > > > https://jcenter.bintray.com/io/mifos/core/api/0.1.0-BUILD->
> > > > > > >> SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar <
> > > https://jcenter.bintray.com/
> > > > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-
> > > > SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/api/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/api/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/api/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.core:test:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/core/test/0.1.0- <
> > > > > > https://jcenter.bintray.com/io/mifos/core/test/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/test/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/core/test/0.1.0- <
> > > > > > https://jcenter.bintray.com/io/mifos/core/test/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/test/0.1.0-BUILD-SNAPSHOT/test-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/core/test/0.1.0- <
> > > > > > https://jcenter.bintray.com/io/mifos/core/test/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/test/0.1.0-BUILD-SNAPSHOT/test-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/test/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/test/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/test/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/test-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.core:lang:0.1.0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/core/lang/0.1.0- <
> > > > > > https://jcenter.bintray.com/io/mifos/core/lang/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/maven-metadata.xml <
> https://jcenter.bintray.com/
> > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/core/lang/0.1.0- <
> > > > > > https://jcenter.bintray.com/io/mifos/core/lang/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/lang-0.1.0-
> > > > > BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/core/lang/0.1.0- <
> > > > > > https://jcenter.bintray.com/io/mifos/core/lang/0.1.0->
> > > > > > >> BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > https://jcenter.bintray.com/ <https://jcenter.bintray.com/>
> > > > > > >> io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/lang-0.1.0-
> > > > > BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/lang/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/lang/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/core/lang/
> > > > > > >> 0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos:service-starter:0.1.
> 0-BUILD-SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/service-starter/0.1
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/service-starter/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/maven-metadata.xml <
> > https://jcenter.bintray.com/
> > > <
> > > > > > https://jcenter.bintray.com/>
> > > > > > >> io/mifos/service-starter/0.1.0-BUILD-SNAPSHOT/maven-
> > metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/service-starter/0.1
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/service-starter/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/service-starter-0.1.0-BUILD-SNAPSHOT.pom <
> > > > > > >> https://jcenter.bintray.com/io/mifos/service-starter/0.1 <
> > > > > > https://jcenter.bintray.com/io/mifos/service-starter/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/service-starter-0.1.0-BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/
> io/mifos/service-starter/0.1
> > <
> > > > > > https://jcenter.bintray.com/io/mifos/service-starter/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/service-starter-0.1.0-BUILD-SNAPSHOT.jar <
> > > > > > >> https://jcenter.bintray.com/io/mifos/service-starter/0.1 <
> > > > > > https://jcenter.bintray.com/io/mifos/service-starter/0.1>.
> > > > > > >> 0-BUILD-SNAPSHOT/service-starter-0.1.0-BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/service-
> > > > > > >> starter/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/service-
> > > > > > >> starter/0.1.0-BUILD-SNAPSHOT/service-starter-0.1.0-BUILD-
> > > > SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/service-
> > > > > > >> starter/0.1.0-BUILD-SNAPSHOT/service-starter-0.1.0-BUILD-
> > > > SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>> Could not find io.mifos.default-setup:
> accounting:0.1.0-BUILD-
> > > > > > SNAPSHOT.
> > > > > > >>>  Searched in the following locations:
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/default-setup/ <
> > > > > > https://jcenter.bintray.com/io/mifos/default-setup/>
> > > > > > >> accounting/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml <
> > > > > > >> https://jcenter.bintray.com/io/mifos/default-setup/
> > > > > > accounting/0.1.0-BUILD- <https://jcenter.bintray.com/
> > > > > > io/mifos/default-setup/accounting/0.1.0-BUILD->
> > > > > > >> SNAPSHOT/maven-metadata.xml>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/default-setup/ <
> > > > > > https://jcenter.bintray.com/io/mifos/default-setup/>
> > > > > > >> accounting/0.1.0-BUILD-SNAPSHOT/accounting-0.1.0-
> > > BUILD-SNAPSHOT.pom
> > > > <
> > > > > > >> https://jcenter.bintray.com/io/mifos/default-setup/
> > > > > > accounting/0.1.0-BUILD- <https://jcenter.bintray.com/
> > > > > > io/mifos/default-setup/accounting/0.1.0-BUILD->
> > > > > > >> SNAPSHOT/accounting-0.1.0-BUILD-SNAPSHOT.pom>
> > > > > > >>>      https://jcenter.bintray.com/io/mifos/default-setup/ <
> > > > > > https://jcenter.bintray.com/io/mifos/default-setup/>
> > > > > > >> accounting/0.1.0-BUILD-SNAPSHOT/accounting-0.1.0-
> > > BUILD-SNAPSHOT.jar
> > > > <
> > > > > > >> https://jcenter.bintray.com/io/mifos/default-setup/
> > > > > > accounting/0.1.0-BUILD- <https://jcenter.bintray.com/
> > > > > > io/mifos/default-setup/accounting/0.1.0-BUILD->
> > > > > > >> SNAPSHOT/accounting-0.1.0-BUILD-SNAPSHOT.jar>
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/default-
> > > > > > >> setup/accounting/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/default-
> > > > > > >> setup/accounting/0.1.0-BUILD-SNAPSHOT/accounting-0.1.0-
> > > > > > BUILD-SNAPSHOT.pom
> > > > > > >>>      file:/Users/bill/.m2/repository/io/mifos/default-
> > > > > > >> setup/accounting/0.1.0-BUILD-SNAPSHOT/accounting-0.1.0-
> > > > > > BUILD-SNAPSHOT.jar
> > > > > > >>>  Required by:
> > > > > > >>>      project :
> > > > > > >>>
> > > > > > >>> * Try:
> > > > > > >>> Run with --stacktrace option to get the stack trace. Run with
> > > > --info
> > > > > or
> > > > > > >> --debug option to get more log output.
> > > > > > >>>
> > > > > > >>> BUILD FAILED
> > > > > > >>>
> > > > > > >>>
> > > > > > >>>> On Feb 21, 2018, at 3:30 PM, Acha Bill <
> [email protected]
> > > > > <mailto:
> > > > > > [email protected]> <mailto:
> > > > > > >> [email protected] <mailto:[email protected]>>> wrote:
> > > > > > >>>>
> > > > > > >>>> Nice.
> > > > > > >>>> Thanks.
> > > > > > >>>>
> > > > > > >>>>> On Feb 21, 2018, at 3:07 PM, Markus Geiss <[email protected]
> > > > > <mailto:
> > > > > > [email protected]> <mailto:
> > > > > > >> [email protected] <mailto:[email protected]>>> wrote:
> > > > > > >>>>>
> > > > > > >>>>> OK, gotcha (;
> > > > > > >>>>>
> > > > > > >>>>> So, Apache Fineract (https://github.com/apache/fineract <
> > > > > > https://github.com/apache/fineract> <
> > > > > > >> https://github.com/apache/fineract <
> https://github.com/apache/
> > > > > fineract>>)
> > > > > > is a standalone
> > > > > > >>>>> solution, with no relation to Fineract CN.
> > > > > > >>>>> It's a web application build as an all-in-one solution.
> > > > > > >>>>>
> > > > > > >>>>> Fineract CN is a complete platform/solution on it's own. We
> > > > > provide a
> > > > > > >>>>> separate project, demo-sever, which
> > > > > > >>>>> spins up a full deployment locally (
> > > > > > >>>>> https://github.com/apache/fineract-cn-demo-server <
> > > > > > https://github.com/apache/fineract-cn-demo-server> <
> > > > > > >> https://github.com/apache/fineract-cn-demo-server <
> > > > > > https://github.com/apache/fineract-cn-demo-server>>). It's a
> > > framework
> > > > > > >>>>> build with microservices, which will be orchestrated at
> > > > deployment
> > > > > > >> time, to
> > > > > > >>>>> create a tailored solution.
> > > > > > >>>>>
> > > > > > >>>>> Better? (;
> > > > > > >>>>>
> > > > > > >>>>> Cheers
> > > > > > >>>>>
> > > > > > >>>>> Markus
> > > > > > >>>>>
> > > > > > >>>>> .::Yagni likes a DRY KISS::.
> > > > > > >>>>>
> > > > > > >>>>> On Wed, Feb 21, 2018 at 2:45 PM Acha Bill <
> > > [email protected]
> > > > > > <mailto:[email protected]>
> > > > > > >> <mailto:[email protected] <mailto:[email protected]>>>
> > > wrote:
> > > > > > >>>>>
> > > > > > >>>>>> Hello Markus,
> > > > > > >>>>>>
> > > > > > >>>>>> From what you explained, I understand the flow and the
> > > relations
> > > > > > >> between
> > > > > > >>>>>> the customer and portfolio services and the need to
> create a
> > > new
> > > > > > >>>>>> notification service.
> > > > > > >>>>>> However, I’m not clear on what platform these services are
> > > > running
> > > > > > >> on? Is
> > > > > > >>>>>> it https://github.com/apache/fineract? <
> > > > > https://github.com/apache/
> > > > > > fineract?> <https://github.com/apache/ <
> https://github.com/apache/
> > >
> > > > > > >> fineract?> <https://github.com/apache/fineract <
> > > > > > https://github.com/apache/fineract> <https://github.com/apache/
> <
> > > > > > https://github.com/apache/>
> > > > > > >> fineract>
> > > > > > >>>>>> ?>
> > > > > > >>>>>>
> > > > > > >>>>>>> On Feb 21, 2018, at 2:11 PM, Markus Geiss <
> [email protected]
> > > > > > <mailto:[email protected]> <mailto:
> > > > > > >> [email protected]>> wrote:
> > > > > > >>>>>>>
> > > > > > >>>>>>> Hey Acha,
> > > > > > >>>>>>>
> > > > > > >>>>>>> there is no connection between the Fineract and Fineract
> CN
> > > > > > >> repositories.
> > > > > > >>>>>>> Both are separate products.
> > > > > > >>>>>>>
> > > > > > >>>>>>> So for email and SMS notifications you'd need to create a
> > new
> > > > > > >>>>>> microservice
> > > > > > >>>>>>> which is listening to
> > > > > > >>>>>>> a given set of events to decide if a message needs to be
> > > > > generated.
> > > > > > >> Based
> > > > > > >>>>>>> on the wanted message body
> > > > > > >>>>>>> you'd need to use internal API calls to collect
> additional
> > > > > > >> information,
> > > > > > >>>>>> and
> > > > > > >>>>>>> use the customer service
> > > > > > >>>>>>> to retrieve needed contact details to send SMS or Email.
> > > > > > >>>>>>>
> > > > > > >>>>>>> So one possible flow would be:
> > > > > > >>>>>>>
> > > > > > >>>>>>> A loan was approved and is ready to disbursed. The new
> > > > > notification
> > > > > > >>>>>> service
> > > > > > >>>>>>> would listen to this event,
> > > > > > >>>>>>> read additional data from the portfolio service, prepare
> > the
> > > > > > message
> > > > > > >> and
> > > > > > >>>>>>> use information fetched via the
> > > > > > >>>>>>> customer service to send the message.
> > > > > > >>>>>>>
> > > > > > >>>>>>> You can use the template project (
> > > > > > >>>>>>> https://github.com/apache/fineract-cn-template <
> > > > > > https://github.com/apache/fineract-cn-template> <
> > > > > > >> https://github.com/apache/fineract-cn-template <
> > > > > > https://github.com/apache/fineract-cn-template>>) to get started
> > > with
> > > > > > >>>>>>> the new microservice.
> > > > > > >>>>>>>
> > > > > > >>>>>>> In addition you would need to import the portfolio and
> > > customer
> > > > > > APIs
> > > > > > >> (
> > > > > > >>>>>>> https://github.com/apache/fineract-cn-portfolio <
> > > > > > https://github.com/apache/fineract-cn-portfolio> <
> > > > > > >> https://github.com/apache/fineract-cn-portfolio>
> > > > > > >>>>>>> https://github.com/apache/fineract-cn-customer)
> > > > > > >>>>>>>
> > > > > > >>>>>>> Hope this helps getting started with this.
> > > > > > >>>>>>>
> > > > > > >>>>>>> Cheers
> > > > > > >>>>>>>
> > > > > > >>>>>>> Markus
> > > > > > >>>>>>>
> > > > > > >>>>>>> .::Yagni likes a DRY KISS::.
> > > > > > >>>>>>>
> > > > > > >>>>>>> On Tue, Feb 20, 2018 at 1:57 PM Acha Bill <
> > > > [email protected]>
> > > > > > >> wrote:
> > > > > > >>>>>>>
> > > > > > >>>>>>>> My name is Acha Bill. Masters student in software
> > > engineering.
> > > > > > >>>>>>>> I am interested in Fineract CN SMS and Email
> Notifications
> > > > > project
> > > > > > >> for
> > > > > > >>>>>>>> gsoc 2018.
> > > > > > >>>>>>>>
> > > > > > >>>>>>>> I have a few doubts
> > > > > > >>>>>>>>
> > > > > > >>>>>>>> Is this the main repo: https://github.com/apache/
> fineract
> > ?
> > > <
> > > > > > >>>>>>>> https://github.com/apache/fineract?> Like do I need
> this
> > > > > running
> > > > > > >> before
> > > > > > >>>>>>>> integrating the notifications server?
> > > > > > >>>>>>>> For the notifications project, which repos are involved?
> > > > > > >>>>>>>> https://github.com/openMF/message-gateway <
> > > > > > >>>>>>>> https://github.com/openMF/message-gateway> or
> > > > > > >>>>>>>> https://github.com/apache/fineract-cn-customer <
> > > > > > >>>>>>>> https://github.com/apache/fineract-cn-customer>
> > > > > > >>>>>>>> Where can I find issues for:
> > > > > > >>>>>>>> https://github.com/apache/fineract-cn-customer <
> > > > > > >>>>>>>> https://github.com/apache/fineract-cn-customer> ?
> > > > > > >>>>>>>>
> > > > > > >>>>>>>> Any general guidelines to implementing this project will
> > be
> > > > very
> > > > > > >> useful.
> > > > > > >>>>>>>>
> > > > > > >>>>>>>> Thanks.
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to