Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. mvn clean install \
  2. -Pauth-server-wildfly,jpa,auth-server-migration,test-project-migration \
  3. -Dtest=MigrationTest \
  4. -Dmigration.mode=auto \
  5. -Djdbc.mvn.groupId=mysql \
  6. -Djdbc.mvn.version=6.0.5 \
  7. -Djdbc.mvn.artifactId=mysql-connector-java \
  8. -Dkeycloak.connectionsJpa.url=$JDBC_URL \
  9. -Dkeycloak.connectionsJpa.user=keycloak \
  10. -Dkeycloak.connectionsJpa.password=keycloak
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement