Full name:
eu.michael-simons.neo4j:neo4j-migrations-maven-plugin:1.4.0:migrate
Description:
Attributes:
test.0.0.11.pre-integration-test.| Name | Type | Since | Description |
|---|---|---|---|
<address> |
URI |
0.0.11 |
The address this migration should connect to. The driver supports
bolt, bolt+routing or neo4j as schemes. Default value is: bolt://localhost:7687. |
<password> |
String |
0.0.11 |
The password of the user connecting to the database. |
<user> |
String |
0.0.11 |
The login of the user connecting to the database. Default value is: neo4j. |
| Name | Type | Since | Description |
|---|---|---|---|
<database> |
String |
0.0.11 |
The database that should be migrated (Neo4j EE 4.0+). |
<impersonatedUser> |
String |
0.0.11 |
An alternative user to impersonate during migration. Might have
higher privileges than the user connected, which will be dropped
again after migration. Requires Neo4j EE 4.4+. Leave null for using
the connected user. |
<locationsToScan> |
String[] |
0.0.11 |
Location to scan. Repeat for multiple locations. Default value is: file://${project.build.outputDirectory}/neo4j/migrations. |
<packagesToScan> |
String[] |
0.0.11 |
Package to scan. Repeat for multiple packages. |
<schemaDatabase> |
String |
0.0.11 |
The database that should be used for storing informations about
migrations (Neo4j EE 4.0+). |
<transactionMode> |
MigrationsConfig$TransactionMode |
0.0.11 |
The transaction mode to use. Default value is: PER_MIGRATION. |
<verbose> |
boolean |
0.0.11 |
Log the configuration and a couple of other things. Default value is: false. |
java.net.URI0.0.11Yesbolt://localhost:7687java.lang.String0.0.11Nojava.lang.String0.0.11Nojava.lang.String[]0.0.11Nofile://${project.build.outputDirectory}/neo4j/migrationsjava.lang.String[]0.0.11Nojava.lang.String0.0.11Yesjava.lang.String0.0.11Noac.simons.neo4j.migrations.core.MigrationsConfig$TransactionMode0.0.11NoPER_MIGRATIONjava.lang.String0.0.11Yesneo4jboolean0.0.11Nofalse