Should we have an official openEHR maven repository?
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
Re: Should we have an official openEHR maven repository?
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 : > 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
Re: Should we have an official openEHR maven repository?
Yes, people from cambio are using their own local maven repository. The java-libs project is already a maven project, only completing the meta and generating all the different files would be needed. 2015-05-05 10:54 GMT+02:00 Hans Demski : > Hi again, > > I am not involve in SW development regarding openEHR at the moment. > Sorry, if i made a stupid comment. Nevertheless, in the Github repos > there are already pom.xml files present (e.g. > https://github.com/openEHR/java-libs/blob/master/pom.xml). > > brgds > Hans > > > Am 05.05.2015 um 10:43 schrieb Diego Boscá: >> >> 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 : >>> >>> 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 > > > > 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
Re: Should we have an official openEHR maven repository?
So before this thread dies completely, do we agree to create an issue in the projects tracker? Probably it should be created under Infrastructure Issues https://openehr.atlassian.net/projects/INFRAISS 2015-05-05 11:28 GMT+02:00 José Hilário Almeida : > 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 > Faculty of Medicine, University of Porto > > On 5 May 2015 at 09:43, Diego Boscá 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 : >> > 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 ___ Ref_impl_java mailing list Ref_impl_java@lists.openehr.org http://lists.openehr.org/mailman/listinfo/ref_impl_java_lists.openehr.org