thehyve/dbxpModuleBase

Name: dbxpModuleBase

Owner: The Hyve

Description: Grails plugin that provides basic functionality for dbXP module plugins.

Created: 2012-06-05 14:52:57.0

Updated: 2013-10-07 22:48:25.0

Pushed: 2013-07-17 10:29:12.0

Homepage: null

Size: 355

Language: Groovy

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

dbxpModuleBase

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.

How to publish changes

To create a new version of dbxpModuleBase and publish it on nexus.nmcdsp.org:

Make sure that ~/.grails/settings.groovy contains username and password for Nexus:
rails $ cat settings.groovy
ls.project.dependency.distribution = {
oteRepository(id:"pluginReleases", url:"http://nexus.nmcdsp.org/content/repositories/releases/") {
 authentication username: "admin", password: "** ask Jeroen or Kees **"


Make sure maven-publisher plugin is installed
ls install-plugin maven-publisher
Deploy the upgrade
ls maven-deploy --repository=pluginReleases

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.