yakworks / idea-bank

General holder project for notes, docs, links and tasks for R&D
1 stars 0 forks source link

Project clean and bintray clean up #1

Closed basejump closed 5 years ago

basejump commented 6 years ago

https://bintray.com/9ci/maven

under https://bintray.com/9ci/grails-plugins/

I created a snapshots bintray here https://bintray.com/9ci/snapshots. is there any reason we cannot use that instead of our repo.9ci for snapshots? seems I see others doing it. if no objections then get that setup as your cleaning up these projects and make sure there is a gradle example about how to use it in each projects readme for snapshots. IE https://dl.bintray.com/9ci/snapshots

┆Issue is synchronized with this Asana task ┆Due Date: 2018-06-04

snimavat commented 6 years ago

@basejump bintray maven repo has paypal-base,webservices-api etc which are not in mavencentral or jcenter, these are used by paymentgate-way this are old libs which were under libs/ directory in grails2. So they are published on bintray for grails3

    compile "nine:jaxb-impl:9ci"
    compile "nine:paypal-base:9ci"
    compile "nine:paysimple:9ci"
    compile "nine:webservices-api:9ci"
    compile "nine:webservices-extra-api:9ci"
basejump commented 6 years ago

ok fine, as I noted above " If they are used then put a link to where they came from and a note on why they are here." meaning, put your comments/info in bintray not here.

snimavat commented 6 years ago

Jasper reports 3.0.4 released and requested inclusion to grails plugins

snimavat commented 6 years ago

@basejump spring-security-eventlog is used to log security events, and we use it in rcm. It was existing plugin from grails 2.x that we upgraded to grails 3. I transffered the fork to yakworks. as it was existing plugin, should we change the group id to org.grails.plugins or keep existing ?

basejump commented 6 years ago

Lets move away from using "https://raw.githubusercontent.com/yakworks/grails-common-build/master". Its to hard to debug especially when internet access is non-existant. either don't use if not needed or do what graph-ql does and we do in gorm-tools by putting them in the gradle dir. see https://github.com/grails/gorm-graphql/tree/master/gradle and out gorm-tools