A Grails plugin that can serve as the basis for a dbXP module. dbxpModuleBase provides basic module services such as synchronisation of a proxy Study-Sample-Assay cache with GSCF.
To create a new version of dbxpModuleBase and publish it on nexus.nmcdsp.org:
~/.grails $ cat settings.groovy
grails.project.dependency.distribution = {
remoteRepository(id:"pluginReleases", url:"http://nexus.nmcdsp.org/content/repositories/releases/") {
authentication username: "admin", password: "** ask Jeroen or Kees **"
}
}
grails install-plugin maven-publisher
grails maven-deploy --repository=pluginReleases