From 50ba713042851d3cbd3ed75fb682bc9fad2930e2 Mon Sep 17 00:00:00 2001 From: lishengzhao Date: Sat, 18 Jan 2014 14:14:11 +0800 Subject: [PATCH] Change db configuration --- pom.xml | 74 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index cec8b01..6f8aef4 100644 --- a/pom.xml +++ b/pom.xml @@ -83,45 +83,45 @@ - - - - - - - - - - - + + org.codehaus.mojo + sql-maven-plugin + 1.4 + + + mysql + mysql-connector-java + 5.1.6 + + - - - - - - - + + ${jdbc.driver} + ${jdbc.url} + ${jdbc.user} + ${jdbc.pass} + ${jdbc.execute.skip} + - - - - - - - - - - - - - - - - - - - + + + init db + initialize + + execute + + + ${jdbc.url} + true + + others/database/initial_db.ddl + others/database/oauth.ddl + + continue + + + + maven-surefire-plugin 2.4