org.leberrigaud.maven.plugins.database.GroovyDatabaseConfiguration.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database-maven-plugin Show documentation
Show all versions of database-maven-plugin Show documentation
A maven plugin to create and drop databases and their associated users.
package org.leberrigaud.maven.plugins.database
class GroovyDatabaseConfiguration implements DatabaseConfiguration
{
String host, port, username, password, databaseSchema, databaseName, sid
String getPort(String defaultPort)
{
return port ?: defaultPort
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy