Full name:
eu.michael-simons.neo4j:neo4j-migrations-maven-plugin:1.13.0:clean
Description:
all
set to true for removing everything
Neo4j-Migrations created in a schema database. Binds to the clean
phase by defaultAttributes:
test
.1.1.0
.clean
.Name | Type | Since | Description |
---|---|---|---|
<address> |
URI |
1.1.0 |
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 |
1.1.0 |
The password of the user connecting to the database. |
<user> |
String |
1.1.0 |
The login of the user connecting to the database. Default value is: neo4j . |
Name | Type | Since | Description |
---|---|---|---|
<all> |
boolean |
1.1.0 |
Set to true to delete all migration chains as well as all
Neo4j-Migration constraints and not only the chain for the target
database. Default value is: false . |
<database> |
String |
1.1.0 |
The database that should be migrated (Neo4j EE 4.0+). |
<impersonatedUser> |
String |
1.1.0 |
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[] |
1.1.0 |
Location to scan. Repeat for multiple locations. Default value is: file://${project.build.outputDirectory}/neo4j/migrations . |
<packagesToScan> |
String[] |
1.1.0 |
Package to scan. Repeat for multiple packages. |
<schemaDatabase> |
String |
1.1.0 |
The database that should be used for storing informations about
migrations (Neo4j EE 4.0+). |
<transactionMode> |
MigrationsConfig$TransactionMode |
1.1.0 |
The transaction mode to use. Default value is: PER_MIGRATION . |
<verbose> |
boolean |
1.1.0 |
Log the configuration and a couple of other things. Default value is: false . |
java.net.URI
1.1.0
Yes
bolt://localhost:7687
boolean
1.1.0
No
false
java.lang.String
1.1.0
No
java.lang.String
1.1.0
No
java.lang.String[]
1.1.0
No
file://${project.build.outputDirectory}/neo4j/migrations
java.lang.String[]
1.1.0
No
java.lang.String
1.1.0
Yes
java.lang.String
1.1.0
No
ac.simons.neo4j.migrations.core.MigrationsConfig$TransactionMode
1.1.0
No
PER_MIGRATION
java.lang.String
1.1.0
Yes
neo4j
boolean
1.1.0
No
false