Class PostgresqlSetupMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- dk.kosmisk.postgresql.maven.plugin.PostgresqlAbstractMojo
-
- dk.kosmisk.postgresql.maven.plugin.PostgresqlSetupMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(threadSafe=true, name="setup", defaultPhase=INITIALIZE, requiresProject=true) public class PostgresqlSetupMojo extends PostgresqlAbstractMojoMojo for setting up system properties and allocating ports in none has been defined- Author:
- Source (source (at) kosmisk.dk)
-
-
Field Summary
Fields Modifier and Type Field Description protected FiledumpFolderFolder to contain COPY TO/FROM files when using the dk.kosmisk:postgresql-test-datasource artifacts copy*(To/From)Disk-
Fields inherited from class dk.kosmisk.postgresql.maven.plugin.PostgresqlAbstractMojo
ARTIFACT_UNPACKED, DATABASES_STOP_COMMANDS, folder, name, port, portProperty
-
-
Constructor Summary
Constructors Constructor Description PostgresqlSetupMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class dk.kosmisk.postgresql.maven.plugin.PostgresqlAbstractMojo
classifier, getProject, getPropertyName, resolvePort, scriptExtension, skip
-
-
-
-
Field Detail
-
dumpFolder
@Parameter(property="postgresql.dump.folder") protected File dumpFolder
Folder to contain COPY TO/FROM files when using the dk.kosmisk:postgresql-test-datasource artifacts copy*(To/From)Disk
-
-