Greeting, As an example, when I plan to add a dependency that is not in the maven repos the fist thing I do is to download it and add it to my local repo. I have to do it again when a new release happens. When there are many artifacts as it is the case, updating your dependencies can be a pain. Maven makes this as easy as changing a few lines in you pom file. And when you have multiple projects that depend on the same artifacts/jars but on different versions of them, maven just works while doing it manually can be a pain.
As the project already uses Maven and already has pom files for each module it is only the case of adapting them to meet the maven/sonatype requirements. To note that there are already references to what appears to be a Cambio maven repository and scm in the main pom as can be seen here: https://github.com/openEHR/java-libs/blob/master/pom.xml . José Hilário Almeida CINTESIS - Center for Health Technology and Services Research <http://cintesis.eu> Faculty of Medicine, University of Porto On 5 May 2015 at 09:43, Diego Boscá <yamp...@gmail.com> wrote: > I'm aware that the github repo is public. Using maven has quite some > advantages over "traditional" java developing that really show off > with bigger projects with lots of referenced libraries. > > 2015-05-05 10:33 GMT+02:00 Hans Demski <dem...@helmholtz-muenchen.de>: > > Hello, > > > > why do you think that we need a maven repo? > > > > A GitHub repository is already in place at https://github.com/openEHR > > > > brgds > > Hans > > > > > > Am 05.05.2015 um 09:57 schrieb Diego Boscá: > >> > >> Hello all, > >> > >> I think currently there is no public available maven repository for > >> the openEHR java-libs and other related project libraries. Do you > >> think it would be interesting to have this kind of official public > >> repository? > >> > >> Regards > >> > >> _______________________________________________ > >> Ref_impl_java mailing list > >> Ref_impl_java@lists.openehr.org > >> > http://lists.openehr.org/mailman/listinfo/ref_impl_java_lists.openehr.org > >> > >> > > > > > > Helmholtz Zentrum München > > Deutsches Forschungszentrum für Gesundheit und Umwelt (GmbH) > > Ingolstädter Landstr. 1 > > 85764 Neuherberg > > www.helmholtz-muenchen.de > > Aufsichtsratsvorsitzende: MinDir´in Bärbel Brumme-Bothe > > Geschäftsführer: Prof. Dr. Günther Wess, Dr. Nikolaus Blum, Dr. Alfons > > Enhsen > > Registergericht: Amtsgericht München HRB 6466 > > USt-IdNr: DE 129521671 > > > > _______________________________________________ > > Ref_impl_java mailing list > > Ref_impl_java@lists.openehr.org > > > http://lists.openehr.org/mailman/listinfo/ref_impl_java_lists.openehr.org > > _______________________________________________ > Ref_impl_java mailing list > Ref_impl_java@lists.openehr.org > http://lists.openehr.org/mailman/listinfo/ref_impl_java_lists.openehr.org >
_______________________________________________ Ref_impl_java mailing list Ref_impl_java@lists.openehr.org http://lists.openehr.org/mailman/listinfo/ref_impl_java_lists.openehr.org