Full name:
eu.michael-simons.neo4j:neo4j-migrations-maven-plugin:1.16.2:validate
Description:
ac.simons.neo4j.migrations.core.Migrations.validate() during verify phase.Attributes:
test.1.2.0.verify.| Name | Type | Since | Description |
|---|---|---|---|
<address> |
URI |
- |
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 |
- |
The password of the user connecting to the database. |
<user> |
String |
- |
The login of the user connecting to the database. Default value is: neo4j. |
| Name | Type | Since | Description |
|---|---|---|---|
<alwaysFail> |
boolean |
- |
Set this to false if the database can be brought into a valid state by just applying the configuration Default value is: true. |
<database> |
String |
- |
The database that should be migrated (Neo4j EE 4.0+). |
<impersonatedUser> |
String |
- |
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[] |
- |
Location to scan. Repeat for multiple locations. Default value is: file://${project.build.outputDirectory}/neo4j/migrations. |
<packagesToScan> |
String[] |
- |
Package to scan. Repeat for multiple packages. |
<schemaDatabase> |
String |
- |
The database that should be used for storing informations about migrations (Neo4j EE 4.0+). |
<transactionMode> |
MigrationsConfig$TransactionMode |
- |
The transaction mode to use. Default value is: PER_MIGRATION. |
<verbose> |
boolean |
- |
Log the configuration and a couple of other things. Default value is: false. |
java.net.URIYesbolt://localhost:7687booleanNotruejava.lang.StringNojava.lang.StringNojava.lang.String[]Nofile://${project.build.outputDirectory}/neo4j/migrationsjava.lang.String[]Nojava.lang.StringYesjava.lang.StringNoac.simons.neo4j.migrations.core.MigrationsConfig$TransactionModeNoPER_MIGRATIONjava.lang.StringYesneo4jbooleanNofalse